From d28001e7f6702b176c87e3d6fd0f289e00d2f89e Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 25 Nov 2020 21:30:04 +0700 Subject: [PATCH] new file: doc/Migrate.md --- doc/Migrate.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/Migrate.md diff --git a/doc/Migrate.md b/doc/Migrate.md new file mode 100644 index 0000000000..77918bebb1 --- /dev/null +++ b/doc/Migrate.md @@ -0,0 +1,28 @@ +Migrating to a different Server +=============== + +* [Home](help) + +## Preparation + +### Storage +Check your storage backend with ``bin/console storage list`` in the root folder. + +If you are not currently using ``Database`` run the following commands: +1. ``bin/console storage set Database`` to active the database backend. +2. ``bin/console storage move`` to initiate moving the stored image files. + +This process may take a long time depending on the size of your storage. + +### Cleaning up + +[Removing expired items] + +### Configuration files + + +## Dumping DB + + +## Transferring to new installation +