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

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