Add packages with LPM
Last updated: July 13, 2026
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
loading
2
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
loading
MySQL example code
loading
PostgreSQ example code
loading
3
Verify the installation
You can verify that the package was installed by listing all your installed packages.
Example code
loading