Replies: 1 comment
|
Please try upgrading to the latest version of Chat2DB and redeploying. This migration issue may have already been resolved in a newer release. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
An error occurred while deploying using source code

Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
at ai.chat2db.server.start.Application.lambda$main$0(Application.java:32)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
Detected failed migration to version 2.1.2 (OPERATION).
Please remove any half-completed changes then run repair to fix the schema history.
Need more flexibility with validation rules? Learn more: https://rd.gt/3AbJUZE
at org.flywaydb.core.Flyway.lambda$migrate$0(Flyway.java:146)
at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:190)
at org.flywaydb.core.Flyway.migrate(Flyway.java:140)
at ai.chat2db.server.domain.repository.Dbutils.initFlyway(Dbutils.java:115)
at ai.chat2db.server.domain.repository.Dbutils.before(Dbutils.java:98)
at ai.chat2db.server.domain.repository.Dbutils.(Dbutils.java:63)
... 2 more
All reactions