--snapshot-filters

Last updated: May 1, 2026

Controls which types of objects to include in the snapshot. Liquibase Secure 4.26.0+.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--snapshot-filters=<string>

Liquibase properties file (defaults file)

liquibase.command.snapshotFilters: <string>

Command flow file argument (example)

cmdArgs: { snapshot-filters: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.snapshotFilters=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_SNAPSHOT_FILTERS=<string>