• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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