Skip to content

05 Data management

Shubhra Prakash Nandi edited this page Mar 9, 2026 · 33 revisions

Backup

Make regular backup of the following.

  1. Sync database (logical or physical).
  2. datadir directory.

Backup the following before and after they are modified.

  1. 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.

Clone this wiki locally