• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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