• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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