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

Checks Report

This checks report provides data about the execution of Liquibase Policy checks.

checks run

4.26.0+

Drift Report

The drift report shows the differences between two live databases or between a database and a snapshot from a previous point in time.

diff

4.25.0+

diff-changelog

4.25.1+

Update Report

The update report informs you of system, runtime, operation, and changeset information about your database deployments.

update

update-count

update-one-changeset

update-to-tag

4.25.1+

update-testing-rollback

4.28.0+

Rollback Report

The rollback report informs you of system, runtime, operation, and changeset information about your database rollbacks.

rollback

rollback-count

rollback-one-changeset

rollback-one-update

rollback-to-date

4.27.0+

Parameters

Global parameters

Use these parameters to control the behavior of all operation reports.

What are operation reports? - Liquibase