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

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