Re: [Pdns-users] Different MySQL server for reads vs writes

2019-07-10 Thread Daniel Lo Nigro
> I do this by creating a separate instance of PowerDNS for writes. Thanks, this is exactly the same approach I ended up going with. It's working well for me! ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailma

Re: [Pdns-users] Different MySQL server for reads vs writes

2019-07-08 Thread Edward Dore
From: Pdns-users on behalf of Chris Sent: 08 July 2019 06:25:04 To: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] Different MySQL server for reads vs writes Hi, I do this by creating a separate instance of PowerDNS for writes. As an example, in /etc/powerdns I

Re: [Pdns-users] Different MySQL server for reads vs writes

2019-07-07 Thread Chris
Hi, I do this by creating a separate instance of PowerDNS for writes. As an example, in /etc/powerdns I have: pdns-internal.conf - Configured to use the read only database (listening on port 5350 with no web server/API - queries are sent to it via dnsdist) pdns-api.conf - Configured to use th