Database Migrations
Instruments the migration itself, so a long backfill is not a silent wait.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install database-migrations@claude-code-workflows
Şema göçü yazılırken, kesintisiz geri doldurma planlanırken ya da göç sürecine izleme eklenirken.
- Author
- Seth Hobson
- License
- MIT
Two commands answer different halves of the same problem. The SQL migration command is built on expand-contract: add the column, create the index with CREATE INDEX CONCURRENTLY, backfill in ten thousand row batches, then contract, which is the sequence that keeps a large table from being locked for the duration. The observability command covers the part that is usually missing, where the migration exports its own Prometheus histogram with buckets running from one second to five minutes and Debezium feeds a change data capture stream, so a backfill running for hours reports progress instead of leaving the team watching a terminal. PostgreSQL, MySQL and SQL Server are all in scope, with MongoDB Atlas handled on the observability side.
Similar skills
Database & Cloud Optimization
SkillPuts query tuning and cloud spend in one plugin, because each one causes the other.
Data Validation Suite
SkillTreats input validation as a security control rather than a data quality nicety.
Database Design
SkillA PostgreSQL schema guide that names the types you should never reach for.
Comments(0)
Sign in to comment