• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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