• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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