new file: doc/Migrate.md
This commit is contained in:
parent
32f70abf9a
commit
d28001e7f6
28
doc/Migrate.md
Normal file
28
doc/Migrate.md
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue