• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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