• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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