mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added note about rollback
This commit is contained in:
parent
626e19ed1a
commit
544ae05212
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ async = require("async")
|
||||||
# - deploy project history with the "old queue" pointing to the new redis and
|
# - deploy project history with the "old queue" pointing to the new redis and
|
||||||
# the "new queue" to the old redis to clear the new queue before processing
|
# the "new queue" to the old redis to clear the new queue before processing
|
||||||
# the new queue (i.e. add a rollback:true property in new_project_history in
|
# the new queue (i.e. add a rollback:true property in new_project_history in
|
||||||
# the project-history settings)
|
# the project-history settings via the environment variable
|
||||||
|
# MIGRATION_PHASE="rollback").
|
||||||
# - projects will now clear gradually from the new redis back to the old redis
|
# - projects will now clear gradually from the new redis back to the old redis
|
||||||
# - get a list of all the projects in the new redis and flush them, which will
|
# - get a list of all the projects in the new redis and flush them, which will
|
||||||
# cause the new queues to be cleared and the old redis to be used for those
|
# cause the new queues to be cleared and the old redis to be used for those
|
||||||
|
|
Loading…
Reference in a new issue