add note about deleting the migration key entries

This commit is contained in:
Brian Gough 2020-01-23 14:36:59 +00:00
parent 31324fb65a
commit d5a2b96df9

View file

@ -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