• 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.

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