rackerbenoit / chef-flywaydb

Chef cookbook to install flywaydb and execute flyway commands
http://flywaydb.org/
MIT License
3 stars 3 forks source link

Flyway 4.0 commandline creates empty metadata table #13

Closed dhoer closed 8 years ago

dhoer commented 8 years ago

https://github.com/dhoer/flyway_percona/issues/1

http://stackoverflow.com/questions/36416674/flyway-4-0-commandline-creates-empty-metadata-table

Percona mysql has issues with default mariadb driver. Use mysql driver instead.

dhoer commented 8 years ago

Add mysql_driver attribute to download and install mysql connector/j under drivers directory.