![]() |
mysql replication for tables dns_rr dns_soa
I have 3 ispconfig servers - multiserver environment. I want to have one master DNS server and all other serves would serve the same data, which is replicated from the master. The mysql replication is setup so that only tables dns_rr dns_soa are replicated to other two dbispconfig databases and it works great. Except that the local mydns daemon can not read the two tables because of the server ID. The sql query goes like this:
Code:
SELECT id,origin,ns,mbox,serial,refresh,retry,expire,minimum,ttl,active FROM dns_soa WHERE origin='domain.com.' AND server_id = 3;how to fix this? |
figured it out in mydns.conf
Code:
soa-where = server_id = 1 # Extra WHERE clause for SOA queries |
| All times are GMT +2. The time now is 06:31. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.