--native-executor

Last updated: April 30, 2026

[Deprecated]

Name of a custom executor you can specify.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--native-executor=<string>

Global flow file argument (example)

globalArgs: { native-executors: "<string>" }

Liquibase properties file (defaults file)

liquibase.nativeExecutor: <string>

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.nativeExecutor=<string>

Liquibase environment variable

LIQUIBASE_NATIVE_EXECUTOR=<string>