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

Processing statistics fails for 1 site and stops for the rest...

U

Ujjain Ice

Guest
Code:
statistics: Unable to get database status for "rbeem": Lost connection to MySQL server during query
statistics: Unable to get database status for "rbeem": Lost connection to MySQL server during query
statistics: Unable to fetch info from MailLists: MySQL server has gone away
statistics: Unable to fetch info from MailLists: MySQL server has gone away
statistics: Unable to fetch info from Domain Services List : MySQL server has gone away
statistics: Unable to fetch info from Domain Services List : MySQL server has gone away
statistics: Unable to define client's ID: MySQL server has gone away
statistics: Unable to define client's ID: MySQL server has gone away
statistics: Unable to update disk usage information for domain: MySQL server has gone away
statistics: Unable to update disk usage information for domain: MySQL server has gone away
So only webalizer statistics of the sites from A to R are correctly updated. Statistics of rbeem+ to Z have not been processed last week.

Do you have a suggestion solving this issue?
 
Hi,

It is likelythe issue is related to insufficient MySQL timeouts, try increasing it in /etc/my.cnf:
wait_timeout = 28800
connect_timeout = 20

Hope, it helps!
 
That won't work, because the query disconnects within 1 second and not after 20 seconds.
 
Back
Top