Critical Issue with MariaDB After Upgrade
Hello,
I am experiencing a critical issue with the MariaDB server after attempting an upgrade. Here are the details of the problem:
- Initially, I tried to upgrade MariaDB from version 10.3 to 10.6, but it failed.
- I received errors indicating that upgrade after a crash is not supported and that the redo logs were created with MariaDB 10.3.39.
- I tried restarting MariaDB with version 10.4, but this also failed.
- Version 10.6 requires dependencies that I cannot resolve, particularly
libboost_program_options-mt.so.1.53.0
. - Currently, MariaDB will not start and shows the following errors in the log:
vbnet
Copy code
2024-07-21 08:35:42 0 [ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.3.39. You must start up and shut down MariaDB 10.4 or earlier on the data directory.
2024-07-21 08:35:42 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2024-07-21 08:35:42 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2024-07-21 08:35:42 0 [ERROR] Aborting
- I have attempted the following troubleshooting steps:
- Restarting MariaDB.
- Reinstalling MariaDB.
- Checking configuration files.
Despite all my efforts, the MariaDB server still does not start. I would greatly appreciate your assistance in resolving this issue as soon as possible.
Thank you for your understanding and support.
Best regards,
-
Hey there! Do you see any details about the crash in the logs *before* the update took place? If there were InnoDB issues before the update, I would have expected that to fail.
0
Please sign in to leave a comment.
Comments
1 comment