• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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