macOS
brew install liquibaselocal Homebrew formula metadata
brew
Library for database change tracking. Version 4.33.0 via Homebrew; verified from local package data.
install
brew install liquibaselocal Homebrew formula metadata
sudo apk add liquibaseAlpine Linux edge package indexes · liquibase · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#liquibasenixpkgs package indexes · pkgs/by-name/li/liquibase/package.nix · source: api.github.com
choco install liquibaseChocolatey community package catalog · liquibase · source: community.chocolatey.org
scoop install main/liquibaseScoop official bucket manifest trees · bucket/liquibase.json · source: api.github.com
winget install --id Liquibase.Liquibase -eWindows Package Manager source index · Liquibase.Liquibase · source: cdn.winget.microsoft.com
overview
Library for database change tracking
No executable aliases were found in the local package database.
history
Liquibase is a database change management project and CLI that turns schema and data changes into versioned changelog files, records which changesets have run, and supports repeatable deployment and rollback workflows.
Nathan Voxland founded the Liquibase open-source project in 2006 to make database changes easier to track. The project developed into a Java-based database migration ecosystem with command-line usage, embeddable libraries, build-tool integrations, and commercial governance products around the same core workflow.
The main source repository is the liquibase/liquibase GitHub project. The documentation site distinguishes Liquibase Community from Liquibase Secure, but both build around the same core concepts of changelogs, changesets, checksums, update operations, rollback operations, and database history tables.
Liquibase adoption followed the rise of database DevOps: teams wanted schema changes reviewed, versioned, and deployed alongside application code instead of kept as ad hoc DBA scripts. Support for SQL, XML, YAML, and JSON changelogs made it usable across teams with different preferences.
Package managers carry Liquibase because developers and CI workers need a reproducible CLI. The Homebrew formula also records packaging details that differ from the cask path: it uses the liquibase formula name, depends on openjdk, and tells users to set LIQUIBASE_HOME to the formula libexec directory.
A typical Liquibase project stores changelogs in the repository, points Liquibase at a target database and JDBC driver, then runs update or rollback commands. Liquibase records execution in DATABASECHANGELOG and uses checksums to notice changes to previously deployed changesets.
The Homebrew formula is the package-manager-oriented CLI path for brew install liquibase. In this batch it records stable version 4.33.0, while the cask:liquibase-community package records the vendor Community cask at version 5.0.3.
Liquibase is a classic developer-tool package because it lives in local shells, CI images, Docker workflows, and build systems but acts on external databases. Correct packaging has to balance Java runtime dependency, driver extensibility, config-file conventions, and command-line reproducibility.
The formula/cask split is package-nerd useful: the formula presents Liquibase as a Homebrew-managed CLI with an OpenJDK dependency and LIQUIBASE_HOME guidance, while the cask presents Liquibase Community as a vendor-distributed application archive.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./liquibase.properties$LIQUIBASE_HOME/examples/<sql|xml|yaml|json>/liquibase.propertiesCredential-bearing paths to review before unattended agent runs.
./liquibase.propertiespath supplied with --driver-properties-fileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
| No executable data was present. | |||
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/liquibase/liquibase
install metadata
| Package key | brew:liquibase |
|---|---|
| Version | 4.33.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/liquibase |
| Homepage | https://www.liquibase.org/ |
| Repository | https://github.com/liquibase/liquibase |
| Upstream docs | https://docs.liquibase.com/ |
| License | Apache-2.0 |
| Source archive | https://github.com/liquibase/liquibase/releases/download/v4.33.0/liquibase-4.33.0.tar.gz |
| Dependencies | openjdk |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | You should set the environment variable LIQUIBASE_HOME to $HOMEBREW_PREFIX/opt/liquibase/libexec |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | liquibase |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
liquibase
nix profile install nixpkgs#liquibaseliquibase 4.9.1-r0
Source Control for your Database
sudo apk add liquibaseliquibase-doc 4.9.1-r0
Source Control for your Database (documentation)
sudo apk add liquibase-docliquibase
choco install liquibasemain/liquibase
scoop install main/liquibaseLiquibase.Liquibase
winget install --id Liquibase.Liquibase -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.