Introducing Agent Safe Governance for the AI Era

--psql-timeout

Last updated: June 5, 2026

Seconds to wait before the psql timeout. Set to -1 to disable the timeout. Set to 0 to return an error immediately. Default: 1800 (30 minutes).

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--psql-timeout=<integer>

Liquibase properties file (defaults file)

liquibase.psql.timeout: <integer>

Global flow file argument (example)

globalArgs: { psql-timeout: "<integer>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.psql.timeout=<integer>

Liquibase environment variable

LIQUIBASE_PSQL_TIMEOUT=<integer>