We have a problem with cPanel maintenance timing . We have scripts that sync products in the middle of the night. most of the time its fine. Occasionally though cPanel has to shut down MySQL and our scripts fails. this is bad.
eg. Fatal error: Uncaught PDOException: SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress in /home/site/public_html/asite.com/cron/product_sync/includes/engine_functions.inc:78
The question is, exactly when does MySQL go offline? For how long? We can probably time/cron around this downtime if I knew when it happened.
This is under cPanel & WHM v102.0.11.
Any idea?
eg. Fatal error: Uncaught PDOException: SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress in /home/site/public_html/asite.com/cron/product_sync/includes/engine_functions.inc:78
The question is, exactly when does MySQL go offline? For how long? We can probably time/cron around this downtime if I knew when it happened.
This is under cPanel & WHM v102.0.11.
Any idea?
Last edited by a moderator: