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

Cron jobs problems

F

fermar21

Guest
Hi,

Everyday all server's services stop running when a cron runs. This is the list of crontab -l Is there anything wrong here?

14 5 * * * /usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1
7 4 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
30 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
17 7 * * * /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
17 7 * * 1 /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto weekly >/dev/null 2>&1
17 7 1 * * /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto monthly >/dev/null 2>&1
30 5 * * * /usr/local/f-prot/updates/update-f-prot.sh >/dev/null 2>&1
10 * * * * /usr/local/psa/admin/bin/insert_odeiavir >/dev/null 2>&1
55 * * * * /usr/local/integrator/insert_perm >/dev/null 2>&1
20 * * * * /usr/local/psa/admin/bin/insert_sguardian >/dev/null 2>&1
10 6 * * * /usr/bin/spamlearn.sh >/dev/null 2>&1
32 3 * * * /usr/bin/rules_du_jour.sh >/dev/null 2>&1
45 */6 * * * /usr/local/integrator/gmapsauto >/dev/null 2>&1
45 3 * * * /usr/local/psa/bin/psadump -f /backup/backup01 -z --force

I think the last cron (/usr/local/psa/bin/psadump) is the problem. Is this ok?

Thanks
 
Back
Top