flyway / flyway-docker

Official Flyway Docker images
Apache License 2.0
215 stars 82 forks source link

`flyway/flyway:10.9.0-alpine`: MySQL JDBC driver class cannot be found #139

Closed dabico closed 8 months ago

dabico commented 9 months ago

Since upgrading to the latest version, I have been receiving the following error when attempting to perform migrations:

WARNING: Storing migrations in 'sql' is not recommended and default scanning of this location may be deprecated in a future release
2024-03-06T10:50:53.476690332Z ERROR: Unable to instantiate JDBC driver: com.mysql.cj.jdbc.Driver => Check whether the jar file is present
2024-03-06T10:50:53.476696852Z Caused by: Unable to instantiate class com.mysql.cj.jdbc.Driver : com.mysql.cj.jdbc.Driver
2024-03-06T10:50:53.476698653Z Caused by: java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver