• 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

Question How to terminate tasks in progress

Bogdan1

Regular Pleskian
Hello,

how to terminate tasks in progress? I tried to restart the server, but still see 3 tasks in progress...


I mean task in admin panel :)
I wanted to copy website via FTP. But the progress was/is 0% , so now I want to terminate these tasks.

Thanks
 
Last edited:
If you can see these tasks in output of command:

# plesk db "select * from longtasks"

you can just delete them from this table. For all tasks just use

# plesk db "delete from longtasks"
 
Back
Top