You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a working Hawkbit installation using Azure Mssql Database and Hawkbit 0.3.0-M7 running in kubernetes using the official hawkbit/hawkbit-update-server docker images. When I try to migrate to Hawkbit 0.3.0, I get the following error during startup: org.flywaydb.core.api.FlywayException: Unsupported Database: Microsoft SQL Server 12.0
We have a working Hawkbit installation using Azure Mssql Database and Hawkbit 0.3.0-M7 running in kubernetes using the official hawkbit/hawkbit-update-server docker images. When I try to migrate to Hawkbit 0.3.0, I get the following error during startup:
org.flywaydb.core.api.FlywayException: Unsupported Database: Microsoft SQL Server 12.0
hawkbit-flywayexception.log
I assume that the issue has been introduced with the update to flyway > 8.1.0 in this commit: d0882fd
From that release onwards, you will need to add flyway-sqlserver as an additional dependency.
The text was updated successfully, but these errors were encountered: