Home » Tip Bank » Web Development |
|
Language: Web
Expertise: Intermediate
Expertise: Intermediate
May 31, 2017
Flyway with Multiple Databases
Let's suppose that we have Flyway installed in D:/Flyway folder:
- copy the conf/flyway.conf file to a file called conf/prod.conf
- open it and update the username, password and url properties:
flyway.url=jdbc:mysql://localhost:3306/db
- run in a command prompt:
flyway -configFile=d:/flyway/conf/prod.conf migrate
Octavia Anghel
![]() |
Submit a Tip | ![]() |
Browse "Web Development" Tips | ![]() |
Browse All Tips |
sitepoint.com