Micronaut Liquibase Configuration Reference

Every documented configuration property of Micronaut Liquibase, with types, descriptions, and defaults.

Micronaut Liquibase documentation

15 properties across 1 section

Micronaut Liquibase Config Properties

Configuration properties for LiquibaseConfigurationProperties

PropertyTypeDescription
liquibase.datasources.*.test-rollback-on-updatebooleanWhether rollback should be tested before update is performed. Default value (false).
liquibase.datasources.*.database-change-log-lock-tablejava.lang.StringName of table to use for tracking concurrent Liquibase usage.
liquibase.datasources.*.database-change-log-tablejava.lang.StringName of table to use for tracking change history.
liquibase.datasources.*.liquibase-tablespacejava.lang.StringTablespace to use for Liquibase objects.
liquibase.datasources.*.liquibase-schemajava.lang.StringSchema to use for Liquibase objects.
liquibase.datasources.*.change-logjava.lang.StringChange log configuration path.
liquibase.datasources.*.rollback-file-pathjava.lang.StringPath to file to which rollback SQL is written when an update is performed.
liquibase.datasources.*.drop-firstbooleanWhether to first drop the database schema. Default value (false).
liquibase.datasources.*.default-schemajava.lang.StringDefault database schema.
liquibase.datasources.*.parametersjava.util.MapChange log parameters.
liquibase.datasources.*.tagjava.lang.Stringthe liquibase tag.
liquibase.datasources.*.contextsjava.lang.StringComma-separated list of runtime contexts to use.
liquibase.datasources.*.labelsjava.lang.StringComma-separated list of runtime labels to use.
liquibase.datasources.*.enabledbooleanSets whether this liquibase configuration is enabled. Default value (true).
liquibase.datasources.*.asyncbooleanWhether liquibase operations should be run asynchronously.