postgresql9 min read
Database Migrations in Production — Zero-Downtime Schema Changes at Scale
Master zero-downtime schema changes: expand/contract pattern, PostgreSQL 11+ instant column additions, gh-ost and pg_repack for online schema changes, testing with production subsets, backwards-compatible deployments.
Read →