I just wanted to kick in my 2 cents.  I run about 50 domains for my company off a PDNS/MySQL setup on 5 geographically diverse servers (OpenVPN connecting them). We skipped the multi-master simply because (for us) the records aren't changing that much.  If the master goes down, big whoop, we loose a single name server (Because the master DB is also a name server)... the other 4 slaves (slash name servers) will keep running and keep serving. <br>
<br><div>You have to screw up purdy bad to break it. The only major concerns I have are replication failing. openvpn failing (and replication failing)... but the biggest concern is user error (IE "update `records` set content='1.2.3' where 1"... whoops).</div>
<div><br></div><div>-Jon</div><div><br><div class="gmail_quote">On Thu, Sep 15, 2011 at 21:12, Johannes Ernst <span dir="ltr"><<a href="mailto:johannes.ernst@gmail.com">johannes.ernst@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'm thinking of setting up a multi-master MySQL backend, where the masters are geographically distributed and run a local instance of PowerDNS each.<br>

<br>
The theory is that it would provide HA, and also allow more than one name server for my domain, e.g.<br>
        <a href="http://ns1.example.com" target="_blank">ns1.example.com</a><br>
        <a href="http://ns2.example.com" target="_blank">ns2.example.com</a><br>
and the master-master replication would make sure they stay consistent.<br>
<br>
I could put a PowerAdmin at <a href="http://ns1.example.com/" target="_blank">http://ns1.example.com/</a> and <a href="https://ns2.example.com/" target="_blank">https://ns2.example.com/</a>, and using either would be equivalent.<br>

<br>
I have not been able to find any usable information on this setup. So my question is whether this idea sounds sane, and what the obvious pitfalls might be? Experience from anybody with a setup in any way comparable would be very helpful …<br>

<br>
Thanks,<br>
<br>
<br>
<br>
Johannes<br>
<br>
_______________________________________________<br>
Pdns-users mailing list<br>
<a href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</blockquote></div><br></div>