• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Unable to make database dump

Ihtshama

Basic Pleskian
When every i run backup manager in Plesk, it makes the backup, but have errors like below for almost every website, i am afraid, sites are not really backedup.

OS
CentOS Linux 7.8.2003 (Core)
Product
Plesk Obsidian

ERROR in logs.

Warning:
Database "booster"
Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 2: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'booster'': Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100322, now running 100324. Please use mysql_upgrade to fix this error (1558)
 
Quote from the error message: "Please use mysql_upgrade to fix this error"

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