debate/scripts
Mikkel Georgsen 09f89617e7 feat(01-04): create PostgreSQL backup script with 30-day retention
- Add backup-postgres.sh with pg_dump custom format (-Fc)
- Verify backup integrity via pg_restore --list
- Compress backups with gzip for storage efficiency
- Delete backups older than 30 days (configurable via RETENTION_DAYS)
- Weekly restore test on Mondays to validate backup usability
- Add cron configuration for daily 2 AM backups
- Add .gitignore for pycache, env files, and backup files
2026-01-25 20:19:17 +00:00
..
cron feat(01-04): create PostgreSQL backup script with 30-day retention 2026-01-25 20:19:17 +00:00
backup-postgres.sh feat(01-04): create PostgreSQL backup script with 30-day retention 2026-01-25 20:19:17 +00:00
setup-sandbox.sh feat(01-05): add systemd-nspawn sandbox for isolated ISO builds 2026-01-25 20:19:02 +00:00