• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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