liquibase / liquibase-mongodb

MongoDB extension for Liquibase
Apache License 2.0
54 stars 45 forks source link

Is there a way to specify the database name when it's not included in the connection string? #505

Closed va1erian closed 6 months ago

va1erian commented 7 months ago

Hello, We are deploying on a cloud environment where the connection string we receive does not include the database name. Is there a way to specify it manually ? I tried LIQUIBASE_COMMAND_DEFAULT_CATALOG_NAME and LIQUIBASE_COMMAND_DEFAULT_SCHEMA_NAME and it doesn't seem to work.

wwillard7800 commented 6 months ago

Which database are you using?

va1erian commented 6 months ago

mongodb, but I got the env team to include the database name in the string so everything is fine.

wwillard7800 commented 6 months ago

Okay, thanks for the update.