Mariadb 10.6 Compatibility

BillyS

Verified User
Joined
Jul 17, 2021
Messages
464
Currently running mariadb 10.5 on Rocky Linux, with openlitespeed and php 8.0 series. I realize mariadb 10.5 has three more years before EOL, but I am wondering if there are any incompatibilities in terms of WordPress. I've looked at all of the recommendations and it appears like it should work. I am looking for anyone with experience with this set up.
 
All of my WP sites are already on 10.6 with out noted issues. I use debian and apache though. That shouldnt matter though.
 
Also no issues here with with WP on 10.6. But testing is always a good idea. I upgraded a NextCloud server to 10.6 but that failed because it wasn’t compatible yet ?
 
I don't think WP itself will acuse any issues on normal Apache like @bdacud01 has, but also remind the fact that a lot of customers also use various plugins which might not be compatible yet.
 
After switching to mariadb 10.6, the service stopped. I had to install

And later, after a failed backup I found out I had to convert tables because of this error:
Code:
Error while backing up database thedb_wp
mysqldump error output: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'thedb_wp'': Cannot load from mysql.proc. The table is probably corrupted (1728)
Is it worth it?
Should I switch back to mariadb 10.4?
 
I didn't. I ran this command I found on the Directadmin documentation
Code:
mysqlcheck --defaults-extra-file=/usr/local/directadmin/conf/my.cnf --auto-repair -A -u root -p
But still got the same error from the nightly backup.
 
Back
Top