• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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