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
Post a Comment