• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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