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

Plesk stopped its daily tasks after yum update

Pan_Duke

Basic Pleskian
Hi all,
Plesk 11.5#47 on Centos 6.5

3 days ago i run a "yum update". all seemed ok.
the next day i noticed that Plesk stopped :
- sending notifications about expiring domains, resource usage etc
- updating webstats (i updated manually but still the same - so there are no logs to read (??))
- updating (or reset) domain traffic usage (at Hosting Services-> domains, all domains have 0 traffic usage)
probably there are more but i am still searching
it smells like cron spirit... but i really can't tell.

thanx in advance
 
Hello,

Please check your crond service status and check the daily maintenance cron file of plesk at /etc/cron.daily/50plesk-daily
 
hi,
thank you for your reply.
crond is running normally, my custom cron jobs are working fine

50plesk-daily is as follows

#!/bin/sh
### Copyright 1999-2012. Parallels IP Holdings GmbH. All Rights Reserved.

# install_statistics
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1

# install_mysqldump
/usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1
 
Can you please try to run this scripts manually through command line and let me know if you are getting any issues.

Code:
export PLESK_DEBUG=1
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php
 
Back
Top