You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shubhra Prakash Nandi edited this page Mar 9, 2026
·
33 revisions
Backup
Make regular backup of the following.
Sync database (logical or physical).
datadir directory.
Backup the following before and after they are modified.
Conf file.
Migration
Sync database
If migrating to a new sync database product create the database/schema as per sql/<database_product>/ddl.sql in the new database and import all data from old database into the new database.
System
When moving the application from one system to another install the application as usual in the new system. Optionally copy cachedir directory (if using 'local_fs' as the caching backend) from the old system to the new system. Restore data and conf file from your backup to the new system.