
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 code to …
Using the Liquibase Installer
Check out the easiest way to download and get started with Liquibase using the Liquibase installer.
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.
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.
Liquibase - Liquibase Forum | Liquibase.org
Liquibase Community forum for support and discussion around getting the most out of Liquibase.
Liquibase OSS 5.0 is coming in Q3 2025. Here’s what you need to know!
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 architectural update. …
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.
Use execute-sql instead of update to apply changes
Feb 18, 2025 · Use liquibase update-sql to generate a .sql file with all the changes. In this file we see the entries to databasechangelog table included. Use liquibase execute-sql to execute the scripts in the …
Liquibase 4.31.0 released! - News and Announcements - Liquibase
Jan 16, 2025 · Liquibase 4.31.0 is a major release that contains several new capabilities and notable enhancements for Liquibase Pro users leveraging Checks: Previously, users would need to …
Dealing with Changing Changesets - Community Content and
Oct 27, 2021 · Our community of users is available on the Liquibase forum and live chat if you’re working through issues dealing with changing changesets. If you’re looking for ongoing or more in …