cast/scripts
claude-hdb 30e74fbc1e fix: restore-db.sh takes the target database name — objects landed in the maintenance DB
psql -U postgres with no -d restores into the 'postgres' maintenance
database unless the app DB happens to carry that name. Fourth required
argument passes -d <db-name>; ON_ERROR_STOP=1 so a mid-stream failure
aborts instead of half-restoring silently.

Found by the prod-migration plan final review (finding #6); drilled in
Task 9 before cutover day.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 20:25:14 +00:00
..
dump-coolify-db.sh feat: cast — the Coolify executor, extracted from the infra state repo 2026-07-11 12:25:44 +00:00
register-github-app.sh feat: cast — the Coolify executor, extracted from the infra state repo 2026-07-11 12:25:44 +00:00
restore-db.sh fix: restore-db.sh takes the target database name — objects landed in the maintenance DB 2026-07-11 20:25:14 +00:00