While running flyway migrate I am getting following error:

Unable to find path for sql migrations: /path to migration folder/

I am trying to following command: java -cp com.googlecode.flyway.commandline.Main migrate

I also added the migration folder in the classpath and specified the baseDir directory. But nothing seems to help. Any help would be greatly appreciated.

link|improve this question
Why are you calling the java executable directly instead of using the supplied shell script? – Axel Fontaine Feb 13 at 19:08
feedback

1 Answer

It looks like this is an open bug. I've submitted a question asking for workarounds here, but in the meantime please star the issue in the bug tracker.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.