From 544ae05212103925a7b55b160ac324b69057d9ba Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 23 Jan 2020 16:22:26 +0000 Subject: [PATCH] added note about rollback --- .../document-updater/app/coffee/RedisMigrationManager.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/document-updater/app/coffee/RedisMigrationManager.coffee b/services/document-updater/app/coffee/RedisMigrationManager.coffee index af2eb7ad33..d11024fc94 100644 --- a/services/document-updater/app/coffee/RedisMigrationManager.coffee +++ b/services/document-updater/app/coffee/RedisMigrationManager.coffee @@ -81,7 +81,8 @@ async = require("async") # - 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 (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 # - 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