Software Engineering KB

Home

❯

06 Development Process

❯

02 CI CD

❯

00 Category

❯

Database Migrations in Deployment

Database Migrations in Deployment

Feb 10, 20261 min read

  • cicd
  • database-migrations

Database Migrations in Deployment

Back: CI-CD

Managing database schema and data changes as part of the deployment process. Database changes are often the riskiest part of a deployment and require careful planning for zero-downtime and backward compatibility.

Concepts

  • Schema Migration Tools
  • Backward-Compatible Migrations
  • Online Schema Changes
  • Data Migrations
  • Migration Ordering

cicd database-migrations


Graph View

  • Database Migrations in Deployment
  • Concepts

Backlinks

  • Backward-Compatible Migrations
  • CI-CD

Created with Quartz v4.5.2 © 2026

  • GitHub