• 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

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