• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Resolved Scheduled Backup for Client runs even if deactivated

H9k

Regular Pleskian
A client activated a backup schedule with FTP upload.
However I noticed that it also was storing backups locally on the server.
So I deactivated the task. The weekly FTP backup does not happen anymore, but the daily local backup still does, and it is nowhere to be seen in the Plesk interface.
If I look at the BackupsScheduled table in the psa database, I have two entries for that client, one with obj_type client and one with obj_type domain. The one with type "client" remains active.
I now set active to false manually in the database...
Did I miss something or is this a bug?
Running latest Plesk 12.5.
 
Hello. This is not a bug. It seems your client created 2 tasks:
The first with obj_type = 'domain' - backups one of subscription belongs to the customer. This schedule is accessed from subscription's backup manager.
The second with obj_type = 'clients' - backups entire customer with all subscriptions belongs. This schedule is accessed from customer's backup manager you could find it by clicking on 'Log In as Customer' >> 'Account' >> 'Back Up My Account and Websites'.
Maybe you could be interested in this extension https://ext.plesk.com/packages/17ffcf2a-8e8f-4cb2-9265-1543ff530984-scheduled-backups-list it shows all scheduled backups tasks in one list.
 
Back
Top