Skip to content
Latchkey

Zero-Downtime Migration - CI/CD Glossary Definition

A zero-downtime migration changes schema without downtime by keeping changes backward compatible during deploy.

A zero-downtime migration changes the schema without interrupting service, by making changes backward compatible so old and new code both run during the deploy.

The standard approach is expand-contract: add the new shape, migrate reads and writes, then remove the old shape in a later deploy.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →