• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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