• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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