Upgrade 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.

Procedure

1

Check for Updates.

Before upgrading, check if a newer version of Liquibase is available by running:

choco upgrade liquibase --noop

This command simulates the upgrade without making any changes, so you can safely see if an update is available.

2

Upgrade Liquibase.

If there are updates available and you're ready to upgrade, run:

choco upgrade liquibase
3

Verify Upgrade

After the upgrade process is complete, verify that Liquibase has been upgraded successfully by running:

liquibase --version