• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue [[components.tasks.panel-update.canceled]]

nastr

New Pleskian
This I can see lower right corner about a month. The blue line is running underneath and I don't know how to stop or cancel it.
 

Attachments

  • PLESK 01.JPG
    PLESK 01.JPG
    11 KB · Views: 8
Please check whether any pmm processes or installer processes are orphaned, e.g.
# ps aux | grep pmm
# ps aux | grep install

If there are none, clear all entries from the psa.longtasks table that have a status "done", e.g.
# plesk db
> delete from longtasks where status like 'done';

Is the message still there when you open the panel or reload the panel page?
 
In this case the Task is not "done" like this one:

| 813 | panel-update | canceled | 0000-00-00 00:00:00 |

So you need to delete the canceled task for panel-update.

Hope that helps.
 
Back
Top