• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Question Adding Your Own Subscription ,This DNS record already exists.

techplan.co

New Pleskian
Hello Team plesk
i use windows plesk control panel , but i removed my one host now i want create again this domain and host name show is error
(This DNS record already exists.) please help me ?
 

Attachments

  • pakk.jpg
    pakk.jpg
    134.7 KB · Views: 10
It is database inconsistency. Try to find id of this dns record with in psa database with something like

select * from dns_zone where name='yourdomain.com';

Then remove this record with

delete from dns_zone where id=XX;

and run

plesk repair db

command. It should fix the issue. If not - contact Plesk Support Team for fixing your Plesk database inconsistency directly on your server.
 
Back
Top