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
This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved