Backup
This page describes how to back up SyncNow data and establish processes for maintaining point-in-time backups.
It is highly recommended to create point-in-time backups for SyncNow.
The SyncNow database stores all synchronization information, including entity and attachment pair mappings. If a pair is lost, new duplicate entities may be created at the target system during the first update of the source entity.
1️⃣ Backup SyncNow Data Using Native Database Tools
All SyncNow data is stored in the database. SyncNow supports PostgreSQL, SQL Server, and SQLite.
For large deployments, we highly recommend using SQL Server or PostgreSQL.
- Use your database's native backup tools to create point-in-time backups.
- Refer to your database documentation for detailed backup instructions:
2️⃣ Backup SyncNow Directory
Configuration data and operational logs are stored in the SyncNow directory.
- System configuration data changes only during upgrades.
- It is recommended to back up the SyncNow directory during upgrades and periodically as part of your maintenance routine.
📝 Best Practices
- Schedule regular automated backups for both your database and SyncNow directory.
- Test your backup and restore process periodically to ensure data integrity.
- Store backups in a secure, offsite location for disaster recovery.
By following these steps, you can ensure your SyncNow environment is protected and recoverable in case of data loss or system failure.