Create an additional checks settings file
This article describes creating and customizing an additional checks settings file after making your initial file.
Procedure
Create a duplicate settings file with a custom name
Use the shell cp
or copy
command to create a duplicate settings file with a custom name. In this example we will use oracle-checks.yaml
.
Linux: cp liquibase.checks-settings.conf oracle-checks.yaml
Windows: copy liquibase.checks-settings.conf oracle-checks.yaml
Use checks bulk-set to disable all checks
Use the shell cp
or copy
command to create a duplicate settings file with a custom name. In this example we will use oracle-checks.yaml
.
Linux: cp liquibase.checks-settings.conf oracle-checks.yaml
Windows: copy liquibase.checks-settings.conf oracle-checks.yaml
liquibase checks bulk-set --disable
Use checks enable to enable only the checks you want to include
Use the shell cp
or copy
command to create a duplicate settings file with a custom name. In this example we will use oracle-checks.yaml
.
Linux: cp liquibase.checks-settings.conf oracle-checks.yaml
Windows: copy liquibase.checks-settings.conf oracle-checks.yaml
liquibase checks bulk-set --disable
liquibase checks bulk-set --disable
Use checks show to verify that you've enabled all the checks you want
liquibase checks bulk-set --disable