Backups and Restore
Backup Coverage
- Database dumps (MySQL, Postgres, and service-specific DBs)
- Service files and storage snapshots
- Secret/config backups where required
Scripts
Dreambau-Database/backups/automated-backup.shDreambau-Database/backups/restore-backup.sh
Operational Policy
- Daily or weekly scheduled jobs
- Verify backup file integrity
- Keep retention policy documented
- Test restore regularly
Restore Checklist
- Restore into staging first
- Validate app integrity and login flow
- Validate data correctness
- Only then promote restore process to production incident plan