Liquibase Setup
Last updated: 2025-01-09
Executing Database Migrations using Liquibase
We are using Liquibase to manage database migrations. We want to automate the execution of these migrations as part of the CI/CD pipeline. We are using our just recipe to create a connection from the github runner through the bastion host on AWS to the database. Liquibase is executed through that connection.