mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
554 B
554 B
Backup + Restore Strategy
What to back up
- PostgreSQL database (Railway managed)
- Application secrets (never in repo)
- Customer data exports
Backup Frequency
- Database: daily automated (Railway provides)
- Hourly snapshots: via scheduled script (TODO)
- Monthly cold archive: to S3 or equivalent
Restore Drill
Run quarterly:
- Spin up staging DB
- Restore from latest backup
- Verify data integrity
- Document time-to-restore
Retention
- Daily backups: 7 days
- Weekly: 4 weeks
- Monthly: 12 months
- Yearly: 7 years (legal)