macOS
brew install liquibaselocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für liquibase in AI-Agent-Workflows.
Installation
brew install liquibaselocal Homebrew formula metadata
sudo apk add liquibaseAlpine Linux edge package indexes · liquibase · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#liquibasenixpkgs package indexes · pkgs/by-name/li/liquibase/package.nix · Quelle: api.github.com
choco install liquibaseChocolatey community package catalog · liquibase · Quelle: community.chocolatey.org
scoop install main/liquibaseScoop official bucket manifest trees · bucket/liquibase.json · Quelle: api.github.com
winget install --id Liquibase.Liquibase -eWindows Package Manager source index · Liquibase.Liquibase · Quelle: cdn.winget.microsoft.com
Überblick
Library for database change tracking
In der lokalen Paketdatenbank wurden keine Executable-Aliase gefunden.
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
| Es waren keine Executable-Daten vorhanden. | |||
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/liquibase/liquibase
Installationsmetadaten
| Paketschlüssel | brew:liquibase |
|---|---|
| Version | 4.33.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/liquibase |
| Homepage | https://www.liquibase.org/ |
| Repository | https://github.com/liquibase/liquibase |
| Upstream-Dokumentation | https://docs.liquibase.com/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/liquibase/liquibase/releases/download/v4.33.0/liquibase-4.33.0.tar.gz |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | You should set the environment variable LIQUIBASE_HOME to $HOMEBREW_PREFIX/opt/liquibase/libexec |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.