• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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