• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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