• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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