Article · Database
Zero-Downtime Database Migrations: Expand, Backfill, Contract
3 min readSoftware Engineering
Zero-Downtime Database Migrations: Expand, Backfill, Contract
Changing a production schema safely is less about clever SQL and more about ordering: add new structure, ship compatible code, backfill data, then remove the old path.
#Database#PostgreSQL#Backend+1