• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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