mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add note about deleting the migration key entries
This commit is contained in:
parent
31324fb65a
commit
d5a2b96df9
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ async = require("async")
|
||||||
# - when all docupdaters are setting the flag (and writing to the new redis),
|
# - when all docupdaters are setting the flag (and writing to the new redis),
|
||||||
# finish the migration by writing all data to the new redis
|
# finish the migration by writing all data to the new redis
|
||||||
#
|
#
|
||||||
|
# Final stage
|
||||||
|
#
|
||||||
|
# When all the queues are migrated, remove the migration code and return to a
|
||||||
|
# single client pointing at the new redis. Delete the
|
||||||
|
# ProjectHistory:MigrationKey:* entries in the new redis.
|
||||||
|
#
|
||||||
# Rollback
|
# Rollback
|
||||||
#
|
#
|
||||||
# Under the scheme above a project should only ever have data in the old redis
|
# Under the scheme above a project should only ever have data in the old redis
|
||||||
|
|
Loading…
Reference in a new issue