9.12.23 list-locks
List the hostname, IP address, and timestamp of the Liquibase lock
record.
Syntax
Liquibase|lb list-locks|lil {OPTIONS}
The DATABASECHANGELOGLOCK
table is read to show lock details based
on the connection.
Options
Option | Description | Default |
---|---|---|
-database-changelog-table-name|-dactn |
Name of table to use for tracking change history. | - |
-debug|-de |
Enable debug output. | - |
-default-schema-name|-desn |
The default schema name to use for the database connection. | - |
-defaults-file|-def |
Fully qualified path to the properties file you want
to use. Example:
-defaults-file/tmp/liquibase.properties |
- |
-liquibase-schema-name|-lbsn |
Schema to use for Liquibase objects. | - |
-liquibase-tablespace-name|-lbtn |
Tablespace to use for Liquibase objects. | - |
-log|-lo |
Enable logging. Standard logging is Debug logging is |
- |
-search-path|-sep
<search-path> |
Complete list of locations to search for files such as changelog files. Specify multiple paths by separating them with commas. | - |
-secure-parsing|-scp |
If true, remove functionality from file parsers that could be used insecurely. An example is disabling remote XML entity support. |
True |
-output-default-schema|-ouds |
Controls whether names of objects in the default schema are fully qualified or not. If false, only objects outside the default schema are fully qualified. | False |