• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Cannot delete domain through PLESK - SQL Editing?

C

ClickJC

Guest
Hello everyone,

I am currently stuck in a position where my PLESK control panel is showing a domain that used to be on the server and now is unable to be deleted from the "Domains" page. This list currently has the "Red X" located on the left side of the domain and is reading that "Domain is temporarily suspended for backing up or restoring." The problem is that the domain is no longer on the box.

I figured at this stage of the game that I am needing to go through the SQL modification of the database that writes this list. Could anyone please point me in a direction to correct this?

Thanks and happy thanksgiving!

Jeff
 
Yes, this is the same output error I received within PLESK, but here is the feedback from ssh:


[root@server /]# /usr/local/psa/bin/domain -r antiquewoodenboatsigns.com
ERROR: PleskFatalException
Domain antiquewoodenboatsigns.com is temporarily turned off for backup/restoring and is not currently available.

0: class.PhDomain.php:392
PhDomain->reset(integer '0', boolean true, boolean false)
1: class.BsDomain.php:330
BsDomain->reset(integer '0')
2: class.BsDomain.php:302
BsDomain->delete()
3: cuDomain.php:1751
cuDomain->cmdRemove(string 'antiquewoodenboatsigns.com')
4: cuDomain.php:718
cuDomain->cuDomain()
5: domain.php:17
PHP Warning: Releasing semaphore 20 in request cleanup in Unknown on line 0
 
The command:

update domains set status=0 where name='antiquewoodenboatsigns.com';

Would be through SQL?
 
Beautiful, everything worked out great. Thank you IgorG. You're help has been much appreciated!

Happy Holiday to you.

Jeff
 
Back
Top