Automic VaultAutomic Vault

brew

Installer liquibase avec Homebrew, apk, chocolatey, Nix, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de liquibase pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install liquibase

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add liquibase

Alpine Linux edge package indexes · liquibase · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#liquibase

nixpkgs package indexes · pkgs/by-name/li/liquibase/package.nix · Source: api.github.com

Windows

Chocolateyvérifié · 92%
choco install liquibase

Chocolatey community package catalog · liquibase · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/liquibase

Scoop official bucket manifest trees · bucket/liquibase.json · Source: api.github.com

Windows Package Managervérifié · 92%
winget install --id Liquibase.Liquibase -e

Windows Package Manager source index · Liquibase.Liquibase · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

Library for database change tracking

Commandes et alias

Aucun alias exécutable n'a été trouvé dans la base locale des paquets.

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2006: Nathan Voxland founded the Liquibase open-source project.
  • 2010s: Liquibase expanded from a Java database migration library into a broader DevOps command-line and integration ecosystem.
  • 2020: Liquibase company branding aligned with the project name and the product family around Community and commercial offerings.
  • 2025: Liquibase documentation described Community changelogs in SQL, XML, YAML, and JSON and continued documenting DATABASECHANGELOG behavior.
  • 2026: The Homebrew formula record for this batch identifies liquibase stable 4.33.0 with an OpenJDK dependency and LIQUIBASE_HOME guidance.

Related projects

  • Flyway is Liquibase's closest package-manager neighbor in database migration tooling.
  • Related tooling includes JDBC drivers, Maven and Gradle plugins, Docker images, database diff tools, CI/CD systems, and commercial database DevOps products.

posture de sécurité

Niveau de risque : blue

broad file, network, media, or database tool signal.

Classificateur de risque

risque blue · confiance moyen · tool

Pourquoi

  • broad file, network, media, or database tool signal

Signaux

  • text:database

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
./liquibase.properties$LIQUIBASE_HOME/examples/<sql|xml|yaml|json>/liquibase.properties

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
./liquibase.propertiespath supplied with --driver-properties-file

exécutables

Exécutables installés

CommandeTypeExpositionNote
Aucune donnée d'exécutable n'était présente.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire4.33.0
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/liquibase/liquibase

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:liquibase
Version4.33.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/liquibase
Page d'accueilhttps://www.liquibase.org/
Dépôthttps://github.com/liquibase/liquibase
Docs amonthttps://docs.liquibase.com/
LicenceApache-2.0
Archive sourcehttps://github.com/liquibase/liquibase/releases/download/v4.33.0/liquibase-4.33.0.tar.gz
Dépendancesopenjdk
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsYou should set the environment variable LIQUIBASE_HOME to $HOMEBREW_PREFIX/opt/liquibase/libexec

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameliquibase
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

liquibase

nix profile install nixpkgs#liquibase
  • normalized package name match
  • Correspondance par : Liquibase
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/liquibase/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

liquibase 4.9.1-r0

Source Control for your Database

https://www.liquibase.org/

sudo apk add liquibase
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: liquibase
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Liquibase
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liquibase from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

liquibase-doc 4.9.1-r0

Source Control for your Database (documentation)

https://www.liquibase.org/

sudo apk add liquibase-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: liquibase
  • normalized package name match
  • Correspondance par : Liquibase
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liquibase-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
Chocolatey95%

liquibase

choco install liquibase
  • normalized package name match
  • Correspondance par : Liquibase
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: liquibase from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','librespeed-cli'
Scoop95%

main/liquibase

scoop install main/liquibase
  • normalized package name match
  • Correspondance par : Liquibase
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/liquibase.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Liquibase.Liquibase

winget install --id Liquibase.Liquibase -e
  • normalized package name match
  • Correspondance par : Liquibase
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Liquibase.Liquibase from https://cdn.winget.microsoft.com/cache/source.msix

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment