Why are the wrong configuration values being read?
Published 07 January 2025
You may have another onfiguration file that is being read which is overwriting the configuration you expect to use.
The default file paths are:
- {installDir}/conf/flyway.toml
- {installDir}/conf/flyway.user.toml
- {userhome}/flyway.toml
- {userhome}/flyway.user.toml
- {executionDir}/flyway.toml
- {executionDir}/flyway.user.toml
- {workingDirectory}/flyway.toml
- {workingDirectory}/flyway.user.toml