• 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.

Problem with a DNS Record

JhonJ

Basic Pleskian
Hello Igor.

Product version: v10.1.1_build20110120.18 os_Windows 2008 x86

Hello I've receiving report with a domain issues with the DNS so I decided to check the domain after verify the domain in the plesk panel I've proceeded to delete the domain and re-install once again but it report a error: DNS records already exist for this domain do I made the fallow steeps:

1) Query: dbclient.exe --direct-sql --sql="SELECT domains.name FROM domains LEFT JOIN dns_zone ON domains.dns_zone_id = dns_zone.id WHERE dns_zone.id IS NULL
Result: None

So I check the PSA database connecting to the data base and I proceeded with the next steeps:

1) %plesk_dir%\MySQL\bin
2) mysql -P8306 -uadmin -p************ psa
3) select * from dns_zone where name like ‘netgames3d.net’;

Result: Reported 2 domains with different ID's so I proceeded to delete it with:

1) delete from dns_zone where name like 'netgames3d.net' and status=2;

Result: Both registers has been deleted then I proceeded to update:

* update query

After that I verify all other records at also vhost records: %plesk_dir%\Admin\bin

then all was clear and okay as use to be:

I back to the Panel to add the new domain and the report is: DNS domain already exists and I cant add that domain, please can you help me out?

Best regards

Jhon
 
Back
Top