Solved domain already exists

urgido

Verified User
Joined
Oct 28, 2008
Messages
436
Location
MX
After restore one of my reseller accounts was succesful except for one issue.

One domain is not list in "domain list" of the account but the domain.com folder under "domains" within it's files is present.

When I tried to re-add the domain I got: "domain already exists"

If I do: grep -c 'domain.com.db' /etc/named.conf returns 0

The DNS still present on my DirectSlave server.

Do I need to delete the DNS from DirectSlave or which is the best way to handle this?

Thanks
 
If i've ever had to restore bits like backups on a server, if the DNS records haven't changed and it's a simple restore, I just disable multi server on the server i'm restoring and I don't have to delete any records on my slave DNS servers. Once I've completed the restore, I enable multi server again and it works like a charm. Just a little quicker than deleting DNS records and then syncing them up again, although to be fair, if a domain is deleted on master server, the slaves should automatically sync in real time and delete the corresponding slave records as well.
 
Back
Top