Flyway

Importing from Flyway configuration files

Before importing your project, take a backup of the configuration file. 


In Flyway Desktop:

  1. Choose Import project... 


  2. Choose Flyway conf, navigate to the exact .conf file, and select your Database engine.  Then click Import.


  3. The flyway.conf has been updated to flyway.toml and you can now start working with Flyway Desktop and the Flyway command line.


Next steps

Background

Prior to Flyway v10, the default way to configure Flyway was through a configuration file (flyway.conf).  If you only have a flyway.conf, then you'll need to import this into Flyway Desktop.  This will import all the settings into the new flyway.toml format, which can be used across both Flyway Desktop and the Flyway command line.

Note

If you were using nested flyway.conf files (in install and user directories) or environment variables for your flyway settings, then please get in touch with the development team to talk more about importing into Flyway Desktop.


Didn't find what you were looking for?