V6 Phase 4 - Postgres backup to Synology
Quality Gate / gate (push) Failing after 49s

This commit is contained in:
Jim Lancaster
2026-08-25 13:09:14 -05:00
parent 234476ba6d
commit c85cc6be20
7 changed files with 133 additions and 2 deletions
+4
View File
@@ -175,6 +175,10 @@ The canonical MVP prompt is:
Schema upgrades use an explicit export/import rebuild flow (no runtime legacy write compatibility).
See `docs/data_migration.md` for commands and cutover steps.
## Backup and restore workflow
Production PostgreSQL backup/restore steps are documented in `docs/backup_restore.md`.
## Destructive test procedure (with data backup)
AI execution policy: before the first unit-test run in a test/fix cycle, create one backup of `./data`. Reuse that same backup for every subsequent test run in the cycle. After tests succeed, always pause and ask whether to restore now.