• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Backup recovery takes forever

TorbHo

Regular Pleskian
One of our server's backup recovery tasks has hang up and is still shown under settings -> backup manager (see screenshot).

We can not click the task to abort it. Even restarting the server does not work. It still shows the backup task since April, the 7th.

What do we have to do to kill the recovery task?

Ubuntu 16.04.2 LTS‬
Plesk Onyx
Version 17.0.17
 

Attachments

  • Bildschirmfoto 2017-05-05 um 09.41.50.png
    Bildschirmfoto 2017-05-05 um 09.41.50.png
    31.1 KB · Views: 11
Attempt to get tasks list by the command
Code:
echo '<?xml version="1.0" ?><tasks-list-query><type>Restore</type></tasks-list-query>' | /usr/local/psa/admin/bin/pmmcli --get-tasks-list
and then stop the task
Code:
/usr/local/psa/admin/bin/pmmcli --stop-task <task-id>
 
Back
Top