Severe error occurred while updating mariadb

nskins

Verified User
Joined
Dec 1, 2019
Messages
32
I just updated mariadb from 10.4 to 11.5 and got the error that it cannot start.

I hope admin can help.


1719284565064.png
 
what errors was during compilation? looks like it lack main file /usr/sbin/mysqld
 
what errors was during compilation? looks like it lack main file /usr/sbin/mysqld
When updating to mariadb 11.5, the file /usr/sbin/mysqld was lost. I tried to find it but still couldn't find it.
In this case, is there any way to create the file /usr/sbin/mysqld?
 
you just need successfully builded maria to have all files, is DA updated and YUM (dnf/atp)? update and try build maria again
 
I'm not sure if you can skip update to 11.5 before update 10.6
 
You can update. MariaDB also says this:

Code:
MariaDB is designed to allow easy upgrades.
You should be able to trivially upgrade from ANY earlier MariaDB version to the latest one 
(for example MariaDB 10.3.x to MariaDB 10.11.x)

Did you backup your databases? Than just build mariadb again and import databases.
Or do you use CloudLinux?
 
Back
Top