Nilanjan
Nilanjan

Reputation: 741

Flyway: Unable to find path for sql migrations

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.

Upvotes: 1

Views: 1052

Answers (2)

Martin Murphy
Martin Murphy

Reputation: 1805

If you are looking for an alternative migrations framework, try Mite. I've had good success with it. It's Sql based so you don't have to learn a new framework and language agnostic because it's just a utility.

https://github.com/soitgoes/mite

Upvotes: 0

Cheesington
Cheesington

Reputation: 249

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.

Upvotes: 0

Related Questions