• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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