• 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.

warning" code="msgtext

R

robert cervilla

Guest
Hello

I said, some time I have several problems with plesk backup via ftp, but it gives me the last error and yet it seems that if you, the lower the error which is as follows

<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="warnings">
<object name="xxxxxxx.com" type="domain">
<message severity="error" code="msgtext">Unable to execute SQL: MySQL server has gone away</message>
</object>
<object name="foroxd.com" type="domain">
<message severity="warning" code="msgtext">Timeout occured during mysql query. Reconnecting.</message>
</object>
</execution-result>



Know someone who may be due to?

greetings and thanks
 
Hello,

Check /var/log/mysqld.log for possible errors.

Increase wait_timeout in /etc/my.cnf:

wait_timeout 20000

Restart MySQL and try to restore backup again.

Regards,
Denis.
 
Back
Top