Update backup script to include everything needed to do a bare metal restore of the new V6 server
Quality Gate / gate (push) Failing after 49s

This commit is contained in:
Jim Lancaster
2026-08-26 12:21:40 -05:00
parent 2c6ef46f5f
commit 89ed83239e
5 changed files with 88 additions and 14 deletions
+2 -1
View File
@@ -36,7 +36,7 @@ This runbook is the operational checklist for releasing and monitoring the trans
- stdout aggregation receives events
- file logs are written under `./data/logs`
5. Create a fresh PostgreSQL backup after successful deployment:
- `sh deploy/backup/create_postgres_backup.sh`
- `sh deploy/backup/create_postgres_backup.sh` (creates DB dump + uploads + config recovery set)
## 3. Rollback triggers and actions
@@ -56,6 +56,7 @@ This runbook is the operational checklist for releasing and monitoring the trans
- relevant DB rows (`job`, `job_source`, `execution_attempt`)
5. If persistence regression is confirmed, restore the latest valid DB dump:
- `sh deploy/backup/restore_postgres_backup.sh <dump-file>`
- paired uploads/config artifacts (same timestamp) are restored automatically when present.
## 4. Post-release monitoring checklist