• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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