the3seus/database-migrations
Database Migrations Handbook
A practical playbook for safe schema changes, expand-contract migrations, backfills, indexes, and rollback decisions.
V5✓ Verified artifactPublisher-attestedApache-2.0v1.0.036 KB8 docsUpdated 1 day ago★ 0↓ 6
KNOWLEDGE CARD / README
Portable policy knowledge for local retrieval.
A migration is a distributed rollout across code, data, and time.
Prefer additive changes and observable, resumable backfills.
When rollback is unsafe, use a forward fix and preserve the evidence.
Intended use
Grounding engineers and agents while planning, reviewing, or operating production database migrations.
Out of scope
This pack does not connect to a database, run DDL, choose a vendor, or replace an application-specific backup and change-management process.
Sources
Sample questions
NAMESPACE SUMMARY