• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved After update Ubuntu, I got DB-Errors

SabineW

Basic Pleskian
Hi to all,
I updatet my Ubuntu from 14 to 16 with 'dist-upgrade'. While updateing I got a error with mysql like it's described here: How to perform dist-upgrade procedure on Linux server with Plesk? and here Dist-upgrade from Ubuntu 14 to 16 fails: Sub-process /usr/bin/dpkg returned an error code (1).
But there was no my.cnf, only a very old backup (my.cnf.bak) and I used this as new my.cnf. In this file I couldn't find the parameter 'innodb_additional_mem_pool_size=500K'.
Nevertheless I could restart the service (service mysql restart) and go successfull throw the next steps.
After finishing the Update I checked something and determine some errors in database.
I have tried to fix it like described here:  How to fix InnoDB corruption cases for the MySQL databases on Plesk for Linux?
It was possible to go threw all points until step 10.
Mostly all databases could be restored, except the last one ('sys')
And this is the error:
ERROR 1146 (42S02) at line 3163: Table 'performance_schema.accounts' doesn't exist.
After getting this error, I tried to restore from a dump (described here:Unable to access Plesk: Unknown database 'psa') with no error.
I checked the state of my database with 'plesak repair db' and got this error:
Checking the Plesk database using the native database server tools .. [OK]

Checking the structure of the Plesk database

Extra table: EmailActivations ..................................... [WARNING]
Delete table 'EmailActivations'? [Y/n] Y
Creating a database dump ........................................
Execution failed.
Command: /opt/psa/bin/mysqldump.sh
Arguments: Array
(
[0] => --title
[1] => preresolve
)

Details: Dump databases: psa mysql horde sitebuilder5 apsc
mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'gtid\_mode'': Table 'performance_schema.session_variables' doesn't exist (1146)
Failed to dump databases


exit status 1

I'm able to access Plesk frontend in Browser, but a lot of things dosn't works well.
 
Back
Top