Install Liquibase with Chocolatey
Last updated: September 2, 2025
Starting with Liquibase version 4.32.0, we will no longer update this package manager with our latest software download packages.
This package manager makes the release process of Liquibase packages as easy and fast as possible so it will stay close to the Liquibase release pipeline.
Note: The build and deploy process is triggered from liquibase/liquibase every time a new Liquibase version is released. Check deploy-package.yml for more details.
Before you begin
Confirm that Java is installed. If you use the Liquibase Installer, Java is included automatically.
Procedure
Open Command Prompt or PowerShell with administrator privileges.
You can do this by right-clicking on the Command Prompt/PowerShell icon and selecting Run as administrator
.
Install Liquibase.
choco install liquibase
Verify Installation.
liquibase --version
This command displays the Liquibase version installed on your system.