Liquibase 4.31 embedded in a java application.
The value of LIQUIBASE_COMMAND_DEFAULT_SCHEMA_NAME is correctely set but the connection is stil on the default public schema.
I use postgres.
What’s wrong ?
Tks
Liquibase 4.31 embedded in a java application.
The value of LIQUIBASE_COMMAND_DEFAULT_SCHEMA_NAME is correctely set but the connection is stil on the default public schema.
I use postgres.
What’s wrong ?
Tks
Welcome to the forum @Tullio! It is hard to determine where the issue might be without more information about your environment. How are you setting LIQUIBASE_COMMAND_DEFAULT_SCHEAM_NAME
and what specific behavior are you seeing in the default public schema (I assume changesets are executed there but want to confirm that).
Logs are also very helpful.
I solved setting it by code, as suggested by ChatGPT