Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Why are the wrong configuration values being read?

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

Didn't find what you were looking for?