• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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