
Get Started | Core Liquibase Usage Concepts | Liquibase.org
Liquibase allows you to specify the database change you want using SQL or several different database-agnostic formats, including XML, YAML, and JSON. Developers can abstract the …
Database Change Management Approaches - Liquibase.org
Liquibase offers two different approaches to database change management: state-based and migration-based. Learn more about the different approaches.
Liquibase OSS 5.0 is coming in Q3 2025. Here’s what you need to …
May 28, 2025 · Hey folks. I’m part of the team behind Liquibase and wanted to give the community a heads up. Liquibase OSS 5.0 is coming in Q3 2025. It introduces a major …
Liquibase - Liquibase Forum | Liquibase.org
Liquibase Community forum for support and discussion around getting the most out of Liquibase.
Using the Liquibase Installer
Check out the easiest way to download and get started with Liquibase using the Liquibase installer.
Running Your First Update - Liquibase.org
Get ready to run your first Liquibase command. We'll walk you through the steps and show you how to verify your changes with the examples provided.
Working multiple database with Liquibase
Jul 31, 2025 · Until now we haven’t used Liquibase, we’re implementing it now and during this process a question arose about what’s the best way to work with Liquibase in a scenario like this.
Found multiple catalog/schemas matching - General Discussion
Jun 12, 2025 · This was also reported by a user in the following issue on the Liquibase GitHub repo linked below. The dev team has prioritized this and pulled it into a sprint.
Get Started | Core Liquibase Concepts | Author Database Changes ...
All database changes are specified in the Liquibase changelog file. A change is contained in a changeset and changesets are added to the changelog in the order they need to be deployed.
Using Version Control Systems with Liquibase
Liquibase uses a variety of text-based, human-readable, and auto-mergeable formats that allow you to use the version control system of your choice.