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 May 26, 2026
·
33 revisions
Backup
Data
Make regular backup of the following.
Sync database (logical or physical).
datadir directory.
Configuration
Backup the following before and after their contents are modified.
conf directory.
Migration
WARNING: Do not attempt any of the below mentioned migration activities while the application is online as it may result in data corruption and/or data inconsistency.
Data directory
Move the directory pointed to by datadir configuration key in the conf file to new location. Update datadir configuration key in the conf file to new location.
Cache directory
Move the directory pointed to by cachedir configuration key in the conf file to new location. Update cachedir configuration key in the conf file to new location.
Sync database
Check DATA_MIGRATION file.
Application
When moving the application from one system to another install the same version of the application in the new system as usual. Restore data and configuration from your backup to the new system. Optionally copy cachedir directory (if using 'local_fs' as the caching backend) from the old system to the new system.