[Pdns-users] Automatically delete zones that are deleted on Supermaster

a b tripivceta at hotmail.com
Mon Oct 29 18:55:01 UTC 2012


> You could do the replication in the database (e.g. postgresql with 
> slony). Then you do not need the supermaster feature.

That is something we are actually trying to avoid at all costs: we have Oracle doing regular notify and transfer requests on port 53.

We explicitly do not want to depend on any particular database features for DNS records' replication.

However, what we do want is synchronous multimaster replication, which gives one HA clustering. Last I checked, "slony" does not do that, unless there have been changes since.

My understanding of "slony" is that it is basically a standby replicator like Oracle DataGuard sans automatic failover. What we want is a grid of database nodes which all participate in UPDATE and DELETE statements, so that the load is spread across the entire cluster, and nodes may fail arbitrarily but the database is still up and running without skipping a single transaction.

Now, there have been patches that a few guys from Japan have done to PostgreSQL itself which make it have synchronous multimaster replication, essentially enabling HA clustering with PostgreSQL, but as our resources are limited, we haven't gotten to that yet.
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20121029/1c9b7dda/attachment-0001.html>


More information about the Pdns-users mailing list