]> git.mxchange.org Git - friendica.git/blob - doc/Migrate.md
new file: doc/Migrate.md
[friendica.git] / doc / Migrate.md
1 Migrating to a different Server
2 ===============
3
4 * [Home](help)
5
6 ## Preparation
7
8 ### Storage
9 Check your storage backend with ``bin/console storage list`` in the root folder.
10
11 If you are not currently using ``Database`` run the following commands:
12 1. ``bin/console storage set Database`` to active the database backend.
13 2. ``bin/console storage move`` to initiate moving the stored image files.
14
15 This process may take a long time depending on the size of your storage. 
16
17 ### Cleaning up
18
19 [Removing expired items]
20
21 ### Configuration files
22
23
24 ## Dumping DB
25
26
27 ## Transferring to new installation 
28