What are operation reports?
Last updated: September 2, 2025
You can use Liquibase Secure to generate reports of the operations you perform on your database. These reports contain information about the status of your database and may help you resolve errors in your automation pipeline.
Different reports may include information about database drift, your database type and version, whether your database change occurred live or in a snapshot; object data about tables, views, functions, procedures, packages/package bodies, and triggers; and object relationships on constraints, indexes, and privileges.
Report types
Report type | Report description | Command | Liquibase versions |
This checks report provides data about the execution of Liquibase Policy checks. |
| 4.26.0+ | |
The drift report shows the differences between two live databases or between a database and a snapshot from a previous point in time. |
| 4.25.0+ | |
4.25.1+ | |||
The update report informs you of system, runtime, operation, and changeset information about your database deployments. |
| 4.25.1+ | |
4.28.0+ | |||
The rollback report informs you of system, runtime, operation, and changeset information about your database rollbacks. |
| 4.27.0+ |
Parameters
Global parameters
Use these parameters to control the behavior of all operation reports.