• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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