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

Resolved Default Site on IP is not changing

Hassaan

Basic Pleskian
Hi,

I try to change default site from Tool & Setting => IP Address but its showing in task process bar. I have rebooted the system but this task process bar is still there from 25 day :(

I am attach the screenshot of my plesk panel.

ip_error.png
 
Hi Hassaan,

first you should check if there are some orphaned tasks:
Code:
plesk db "select * from longtasks"
Just keep in mind, that some processes might have been interrupted, or were not successfully finished for what ever reason and in such cases, Plesk was not able to delete the corresponding entry in the database.

If you can see some output with the above command, just check the dates and if they are in the past, consider to remove them. In most cases, you just may use:
Code:
plesk db "delete from longtasks"
... to delete all of them. ;)
 
Back
Top