Managing Database Deployments Safely
Managing Database Deployments Safely

Managing Database Deployments Safely

Author
Shiv Bade
Tags
schema migration
flyway
liquibase
Published
October 18, 2016
Featured
Slug
Tweet
Breaking production due to schema changes? We’ve all been there.
Recommendations: - Add columns first, backfill async, remove later - Use tools like Flyway or Liquibase - Keep schema and code versioned together
Always test rollback paths.