Replies: 2 comments 2 replies
-
RAGFlow need mysql with 8.0.39. It seems you are using mysql 9.0.1 which 8.0.39 can't upgrade to. |
Beta Was this translation helpful? Give feedback.
-
this startup failure looks like more than just a MySQL version mismatch — we’ve seen similar cases where services like RAGFlow try to initialize before key dependencies (like DB upgrades) are fully ready, leading to chain-collapse on boot. in our diagnostics we tag these as ProblemMap No.13 – “predeploy collapse” and sometimes No.14 – “bootstrap ordering”, especially when deprecated params or migration steps are skipped but silently assumed ready. we’re maintaining an open-source MIT-licensed toolset to trace and isolate exactly these startup traps — if you’re curious, happy to share the reference or walkthrough. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
2024-10-09T13:16:02.155968Z 0 [System] [MY-015015] [Server] MySQL Server - start.
2024-10-09T13:16:02.334608Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 9.0.1) starting as process 1
2024-10-09T13:16:02.337347Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-10-09T13:16:02.479957Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2024-10-09T13:16:02.491447Z 1 [ERROR] [MY-014060] [Server] Invalid MySQL server upgrade: Cannot upgrade from 80039 to 90001. Upgrade to next major version is only allowed from the last LTS release, which version 80039 is not.
2024-10-09T13:16:02.491672Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2024-10-09T13:16:02.491709Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-10-09T13:16:03.020535Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 9.0.1) MySQL Community Server - GPL.
2024-10-09T13:16:03.020547Z 0 [System] [MY-015016] [Server] MySQL Server - end.
Beta Was this translation helpful? Give feedback.
All reactions