• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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