Install Liquibase with Chocolatey

Last updated: July 14, 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

  1. Ensure you have the necessary permissions (such as administrator rights) to install, upgrade, or remove software on your system.

  2. Install Chocolatey on your machine.

  3. Install Java.

Procedure

1

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.

2

Install Liquibase.

choco install liquibase
3

Verify Installation.

liquibase --version

This command displays the Liquibase version installed on your system.