Hi,
I have a server with several domains and scheduled backups for all of them. Scheduled backups are not being done - I have do start them manually. This is what I have checked after some investigation:
* File /etc/cron.d/plesk-backup-manager-task exists, has correct permissions (-rw-r--r--) and is not empty
* File /usr/local/psa/admin/sbin/backupmng exists and looks OK:
[root@ns364063 ~]# ls -la /usr/local/psa/admin/sbin/backupmng
-rwxr-x--- 1 root root 58432 Nov 15 14:02 /usr/local/psa/admin/sbin/backupmng
* Cron jobs are executed regularly, as registered in /var/log/cron, and the task backupmng is executed every 15 minutes, as seen with
grep backupmng /var/log/cron
Feb 6 08:44:01 ns364063 CROND[14960]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)
Feb 6 08:59:01 ns364063 CROND[15209]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)
Feb 6 09:14:01 ns364063 CROND[22223]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)
* File /usr/local/psa/admin/sbin/backupmng exists and looks OK:
[root@ns364063 ~]# ls -la /usr/local/psa/admin/sbin/backupmng
-rwxr-x--- 1 root root 58432 Nov 15 14:02 /usr/local/psa/admin/sbin/backupmng
* The table "BackupsScheduled" in database "psa" exists, and I can open it and see the scheduled backups
* There is enough free room in the server - 74% used of 100 GB
However scheduled backups are not done, if I start them manually there is no issue.
What can be the problem, how can I fix it?
I have a server with several domains and scheduled backups for all of them. Scheduled backups are not being done - I have do start them manually. This is what I have checked after some investigation:
* File /etc/cron.d/plesk-backup-manager-task exists, has correct permissions (-rw-r--r--) and is not empty
* File /usr/local/psa/admin/sbin/backupmng exists and looks OK:
[root@ns364063 ~]# ls -la /usr/local/psa/admin/sbin/backupmng
-rwxr-x--- 1 root root 58432 Nov 15 14:02 /usr/local/psa/admin/sbin/backupmng
* Cron jobs are executed regularly, as registered in /var/log/cron, and the task backupmng is executed every 15 minutes, as seen with
grep backupmng /var/log/cron
Feb 6 08:44:01 ns364063 CROND[14960]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)
Feb 6 08:59:01 ns364063 CROND[15209]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)
Feb 6 09:14:01 ns364063 CROND[22223]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)
* File /usr/local/psa/admin/sbin/backupmng exists and looks OK:
[root@ns364063 ~]# ls -la /usr/local/psa/admin/sbin/backupmng
-rwxr-x--- 1 root root 58432 Nov 15 14:02 /usr/local/psa/admin/sbin/backupmng
* The table "BackupsScheduled" in database "psa" exists, and I can open it and see the scheduled backups
* There is enough free room in the server - 74% used of 100 GB
However scheduled backups are not done, if I start them manually there is no issue.
What can be the problem, how can I fix it?