• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Backup recovery takes forever

TorbHo

Basic 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