Skip to content

docs: schema rollback notes — per-migration safety table + playbook#66

Merged
rwlove merged 1 commit into
mainfrom
docs/schema-rollback-notes
Jul 3, 2026
Merged

docs: schema rollback notes — per-migration safety table + playbook#66
rwlove merged 1 commit into
mainfrom
docs/schema-rollback-notes

Conversation

@rwlove

@rwlove rwlove commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Documents what I verified while shipping v9 and v10 (PRs #51 and #63):

  • Per-migration table (v1–v10) marking each ✅ / ⚠️ / ❌ for downgrade safety
  • Plain-English rule of thumb (additive = safe, destructive = not)
  • Rollback playbook (bump helmrelease, don't reverse-run migrations, verify)
  • The one behavior surprise on v10 → v0.0.102 rollback: /config/-persisted settings silently revert to env defaults on the older image (DB row is inert, not lost)

No code changes.

🤖 Generated with Claude Code

Documents what I verified while shipping v9 and v10: additive migrations
are rollback-safe, destructive ones aren't. Includes a per-migration
table (v1-v10), a rollback playbook, and the one behavior surprise on
v10 → v0.0.102 rollback (persisted config silently ignored by older
code until re-deploy).

No code changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@rwlove rwlove merged commit 5cfdc11 into main Jul 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant