Closed RamonVerbruggen closed 2 years ago
Forgot to mention that I get the above error when trying to migrate a MariaDB database, H2 seems to work as expected!
Sorry for the inconvenience, this turned out to be a problem with the mariadb r2dbc driver 1.1.1-rc which is included in spring boot 2.7.0
Disclaimer: I am not 100% certain this is caused by r2dbc-migrate, but I think the spring boot upgrade to 2.7.0 broke some functionality that r2dbc-migrate was using.
With spring boot 2.6.6 and r2dbc-migrate 1.8.5 I can successfully migrate H2 and MariaDB databases.
With spring boot 2.7.0 and r2dbc-migrate 1.8.5 I get the following:
...after which application startup fails.
Could this be related to r2dbc-migrate?