]> git.mxchange.org Git - friendica.git/blob - doc/Migrate.md
8fc4193ba1a9fee6335a71568185c08870416021
[friendica.git] / doc / Migrate.md
1 Migrating to a different Server
2 ===============
3
4 * [Home](help)
5
6 ## Preparation
7
8 ### Head up to users
9
10 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.
11
12 You may find these addons useful for in communicating with your users prior to the migration process:
13
14 * blackout
15 * notifyall
16
17
18 ### Storage
19 Check your storage backend with ``bin/console storage list`` in the root folder.
20
21 If you are not currently using ``Database`` run the following commands:
22 1. ``bin/console storage set Database`` to active the database backend.
23 2. ``bin/console storage move`` to initiate moving the stored image files.
24
25 This process may take a long time depending on the size of your storage. 
26
27 ### Cleaning up
28
29 [Removing expired items]
30
31 ### Configuration files
32
33
34 ### Go offline 
35 Take your web server offline. 
36
37 ## Dumping DB
38
39
40 ## Transferring to new installation 
41