• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Backups run at not configured time / domains

M

monsoon

Guest
We've been using Plesk for several years and recently we are having problem with backups.

In every evening, backup process run on some domains and it locked ( suspend) the domain during backup.
We've checked the configurations and we confirmed we do not configured it to run daily, and not at that time. Some domains even has backup job disabled.

I went in and check in BackupScheduled table and found that Plesk does not record those daily backup jobs. Here's the output from one of those domain.

mysql> SELECT obj_id,obj_type,last,active,processed,rotation,suspend,backup_day,backup_time FROM psa.BackupsScheduled where obj_id='35';
+--------+----------+---------------------+--------+-----------+----------+---------+------------+-------------+
| obj_id | obj_type | last | active | processed | rotation | suspend | backup_day | backup_time |
+--------+----------+---------------------+--------+-----------+----------+---------+------------+-------------+
| 35 | domain | 2011-05-06 05:10:00 | false | false | 2 | false | 6 | 05:10:00 |
+--------+----------+---------------------+--------+-----------+----------+---------+------------+-------------+

From this, i can see that recorded last backup was on 06 May, but actually it was running every evening in last few days. We've a few domains having similar problems and worst case is domains got suspended during backup.

I've got Plesk version 9.2.3.

Can anyone help me troubleshoot / fix this ? Thanks
 
Last edited by a moderator:
Back
Top