Comments
2 comments
-
Hi Edd,
Based on your debug output, it doesn't look like your supplied configuration file is being loaded.
Please could you try explicitly pathing to it via the ConfigFiles parameter?
Alternatively, you could duplicate the file to this directory:
/opt/homebrew/Cellar/flyway/10.4.1/libexec/conf/flyway.conf
I'm not certain it will be applicable here, but please be aware that flyway cannot load both conf and toml files, if both are present, it will only load toml. -
Peter_Laws said:Hi Edd,
Based on your debug output, it doesn't look like your supplied configuration file is being loaded.
Please could you try explicitly pathing to it via the ConfigFiles parameter? geometry dash deadlocked
Alternatively, you could duplicate the file to this directory:
/opt/homebrew/Cellar/flyway/10.4.1/libexec/conf/flyway.conf
I'm not certain it will be applicable here, but please be aware that flyway cannot load both conf and toml files, if both are present, it will only load toml.
Add comment
Please sign in to leave a comment.
I'm having trouble connecting to my SQL Server database using the CLI. I'm able to connect to Flyway Desktop with the same credentials. Could you help me, please?
Flyway version: Flyway OSS Edition 10.4.1
Database: SQL Server
OS: Mac 14.1.2
CLI
Error:
ERROR: Unexpected error org.flywaydb.core.api.FlywayException: Unable to connect to the database. Configure the url, user and password!
My conf file is the following:
Path: /conf/flyway.toml
Flyway desktop String (success connection)
jdbc:sqlserver://localhost;authentication=sqlPassword;databaseName=TEST;encrypt=false;trustServerCertificate=true
Thanks!