DataLinkDC / dinky

Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.
http://www.dinky.org.cn
Apache License 2.0
3.05k stars 1.13k forks source link

Mysql version 5.7 does not support dinky's 1.1 version of Flyway Community Edition #3684

Closed laixueyong closed 1 week ago

laixueyong commented 1 month ago

Search before asking

What happened

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway' defined in class path resource [org/dinky/configure/DatabaseFlywayMigration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Factory method 'flyway' threw exception; nested exception is org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredException: Flyway Teams Edition or MySQL upgrade required: MySQL 5.7 is no longer supported by Flyway Community Edition, but still supported by Flyway Teams Edition.

What you expected to happen

使用mysql5.7版本安装dinky1.1并启动 启动失败

How to reproduce

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway' defined in class path resource [org/dinky/configure/DatabaseFlywayMigration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Factory method 'flyway' threw exception; nested exception is org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredException: Flyway Teams Edition or MySQL upgrade required: MySQL 5.7 is no longer supported by Flyway Community Edition, but still supported by Flyway Teams Edition.

Anything else

No response

Version

dev

Are you willing to submit PR?

Code of Conduct

gaoyan1998 commented 1 month ago

i will be fix it

zhm684957 commented 1 month ago

I'm also encountering this problem. Could you please inform if it will be fixed in the next version?

Zzm0809 commented 4 weeks ago

I'm also encountering this problem. Could you please inform if it will be fixed in the next version?

yeah