• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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