> What do you guys think would be the best approach for comparing two
> PowerDNS MYSQL databases that are supposed to hold the same domains
> and records?

Instead of mucking about with SQL what I would probably do is configure
both servers as masters; then, on each, AXFR each of the zones, and use
Tony Finch's `nsdiff' utility to diff the results.

If I could only go the SQL way, I'd probably write a script which dumps
the domains and records tables on each (sorted) and diff those; it'll at
least give you an indication on whether there actually are differences.

        -JP


_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to