Flyway: unable to load custom config file in cmd line -


i created new config file called "compare.conf" & placed in 'conf' folder.

when run below command, following error:

ps c:\projects\learning\test\flyway-3.2.1> .\flyway -configfile=conf\compare.conf info

flyway 3.2.1 boxfuse

error: unable load config file: c:\projects\learning\test\flyway-3.2.1\conf\compare

if run same command absolute url below, works fine. known issue in flyway?

ps c:\projects\learning\test\flyway-3.2.1> .\flyway -configfile=c:\projects\learning\test\flyway-3.2.1\conf\compare.conf info


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -