Introducing Agent Safe Governance for the AI Era

--psql-path

Last updated: June 5, 2026

Path to the psql executable. For example, on Linux: /usr/pgsql-15/bin/psql. On Windows: C:\Program Files\PostgreSQL\15\bin\psql.exe.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--psql-path=<string>

Liquibase properties file (defaults file)

liquibase.psql.path: <string>

Global flow file argument (example)

globalArgs: { psql-path: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.psql.path=<string>

Liquibase environment variable

LIQUIBASE_PSQL_PATH=<string>