Add packages with LPM
Last updated: September 18, 2025
Install packages to extend your Liquibase functionality using Liquibase Package Manager (LPM).
Before you begin
Install Liquibase Community 5.0+ or later. For information about using LPM with earlier versions, refer to the LPM readme.md.
Liquibase Community. LPM is not available in Liquibase Secure.
Procedure
1
(Optional) Search for a package
If you're unsure what your package name is, use the lpm search command to see a list of all packages. See Find packages with LPM for more information about searching for packages.
Example code
liquibase lpm search2
Add a package to your project
You can add packages using the lpm add command. Be sure to replace <package-name> with the name of the package you would like to add.
Add package example code
liquibase lpm add <package-name>MySQL example code
liquibase lpm add mysqlPostgreSQ example code
liquibase lpm add postgresql3
Verify the installation
You can verify that the package was installed by listing all your installed packages.
Example code
liquibase lpm list