Issue Upgrading MariaDB via Plesk issue

Denie

Basic Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
18.0.72 Update #3
Hi all

So I am trying to upgrade MariaDB from 10.5.15 via the panel but when the procedure gets to 'Analyzing databases with mysqlcheck' I get the following:

Any ideas? There are many more lines that that but can't post the full thing here

Restarting MySQL server ...
Running mysqlcheck ...
apsc.aps_application
note : Auto_increment will be checked on each open until CHECK TABLE FOR UPGRADE is executed
apsc.aps_application_backup
note : Auto_increment will be checked on each open until CHECK TABLE FOR UPGRADE is executed
note : Auto_increment will be checked on each open until CHECK TABLE FOR UPGRADE is executed
The command exit code: 0
 
Are there any error messages? Or did the upgrade process just stopped?

Well, I logged back on to get a screengrab but the second time the upgrade procedure started.

Now, everything seems to have gone ahead but now it doesn't seem to have completed fully (see image). However, when I log on to any of my Joomla websites they all seem to be working fine and reporting 10.11.9-MariaDB in the backend.

IMAGE

Should I give it longer or do you think it's safe to exit?
 
@Denie , judging by the screenshot it is possible for some tables to have failed to automatically upgrade. You can manually upgrade them with the following command:

Code:
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin
 
Back
Top