• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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