DevOps Platform Evolution
How to bring DevOps to the database with GitLab and Liquibase

How to bring DevOps to the database with GitLab and Liquibase

1/5/2022 · Tsvi Zandany

What this post added

This post introduces and demonstrates the integration of Liquibase with GitLab CI/CD for automated database change management. It details the setup of a CI/CD pipeline with stages for build, test, and deploy, showcasing specific Liquibase commands like `checks run`, `updateSQL`, `update`, `rollbackOneUpdate`, `tag`, `diff`, and `snapshot`. The tutorial covers prerequisites, project preparation, runner configuration, making database schema changes, and merging to trigger the pipeline, highlighting the use of CI/CD variables and Liquibase Pro features.

Read the original post ↗