- Database schema migration is a process of incremental changes to the relational database structure.
- Flyway, Liquibase, Rail Migrations (from Ruby on Rails), Redgate, Optim Database Administrator.
- Backwards-compatible and non-backwards-compatible.
- If one database is shared between multiple services, then each database change must be compatible with all services, which makes changes very difficult to make.
- Unit tests do not require preparing any special data; data is in the memory and prepared by developers; integration/acceptance tests require preparing special data which is similar to the production.
- parallel
- Build parameters and shared libraries.
- input
- Rolling updates, blue-green deployment, and canary release.





















































