• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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