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

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