CI/CD for database - 2 devops tools for DB versioning and migration | liquibase and flyway
A look at 2 devops tools - liquibase and flyway, that help with database versioning and migration and enable integration of database schema changes in standard CI / CD pipeline.
00:00 - intro
04:22 - example migrations
06:26 - flyway migration
10:30 - liquibase migration
15:39 - rollback strategies
16:21 - conclusion