Plesk for Linux
kb: technical
Symptoms
Backup finished with a warning in Plesk interface:
PLESK_WARN: Warning: mysql "example"
Not all the data was backed up into /var/lib/psa/dumps/clients/bright/domains/example.com/databases/example successfully. mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'example': Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 50560, now running 100315. Please use mysql_upgrade to fix this error (1558)
Cause
Database schema was not upgraded automatically after MariaDB was upgraded from 5.5 to 10.3.
Resolution
-
Connect to the server via SSH.
-
Run the following command to upgrade database schema:
# mysql_upgrade -u admin -p`cat /etc/psa/.psa.shadow` --skip-version-check
Comments
0 comments
Please sign in to leave a comment.