• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Error making backup and dump database

Emanuel

New Pleskian
Server operating system version
os_CentOS 7
Plesk version and microupdate number
Plesk Obsidian v18.0.43_build1800220414.18
Hello,
When i try make a backup of the data bases, give this error,
Warning: Database "gestaoformacao"
Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 2: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'gestaoformacao'': Column count of mysql.proc is wrong. Expected 21, found 20. The table is probably corrupted (1805)


when i try make a dump give this:
Unable to export a dump of gestaoformacao:
  • mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'gestaoformacao'': Column count of mysql.proc is wrong. Expected 21, found 20. The table is probably corrupted (1805)
  • ("program 'mysqldump' finished with non-zero exit code: %d", 2)

i use Plesk Obsidian v18.0.43_build1800220414.18 os_CentOS 7.

Can some one help me?
 
Some tables in the mysql database have an incorrect schema.
Upgrade the mysql database:

# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin -T --debug-check mysql
 
Hello IgorG

Using this command is there any possibility of the database crashing? because the last backup I have is more than 10 days old and I can't lose the information from those days.
 
Back
Top