From e6a340b965864614a5979fb434220856ebb23aa3 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 25 Nov 2020 22:06:12 +0700 Subject: [PATCH] modified: doc/Migrate.md --- doc/Migrate.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/Migrate.md b/doc/Migrate.md index 77918bebb1..8fc4193ba1 100644 --- a/doc/Migrate.md +++ b/doc/Migrate.md @@ -5,6 +5,16 @@ Migrating to a different Server ## Preparation +### Head up to users + +Inform your users of an upcoming interruption to your service. To ensure no loss of data, your server needs to be offline during some part of the migration processes. + +You may find these addons useful for in communicating with your users prior to the migration process: + +* blackout +* notifyall + + ### Storage Check your storage backend with ``bin/console storage list`` in the root folder. @@ -21,6 +31,9 @@ This process may take a long time depending on the size of your storage. ### Configuration files +### Go offline +Take your web server offline. + ## Dumping DB