<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>You could also accomplish this with something like ProxySQL or MariaDB MaxScale sitting between PowerDNS and MySQL in order to transparently handle the read/write splitting if you wanted to only have a single PowerDNS instance for whatever reason.</p>
<p><br>
</p>
<p>Edward Dore </p>
<p></p>
<p>Freethought Internet</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p></p>
<p></p>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pdns-users <pdns-users-bounces@mailman.powerdns.com> on behalf of Chris <lists+pdns@gbe0.com><br>
<b>Sent:</b> 08 July 2019 06:25:04<br>
<b>To:</b> pdns-users@mailman.powerdns.com<br>
<b>Subject:</b> Re: [Pdns-users] Different MySQL server for reads vs writes</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi,<br>
<br>
I do this by creating a separate instance of PowerDNS for writes. As an <br>
example, in /etc/powerdns I have:<br>
<br>
pdns-internal.conf - Configured to use the read only database (listening <br>
on port 5350 with no web server/API - queries are sent to it via dnsdist)<br>
pdns-api.conf - Configured to use the write database (listening on port <br>
5351 and the API/web server on 8351)<br>
<br>
And I use the systemd service instances to manage this (eg. <br>
pdns@internal, pdns@api)<br>
<br>
On 8/07/2019 1:17 pm, Daniel Lo Nigro wrote:<br>
> Is there a way to configure PowerDNS + the MySQL backend to send writes <br>
> (eg. via the API) and reads to different servers? For example, if I want <br>
> writes to always go to a master server, but reads to go to a slave.<br>
> <br>
> Thanks!<br>
> <br>
> _______________________________________________<br>
> Pdns-users mailing list<br>
> Pdns-users@mailman.powerdns.com<br>
> <a href="https://mailman.powerdns.com/mailman/listinfo/pdns-users">https://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
> <br>
_______________________________________________<br>
Pdns-users mailing list<br>
Pdns-users@mailman.powerdns.com<br>
<a href="https://mailman.powerdns.com/mailman/listinfo/pdns-users">https://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</div>
</span></font></div>
</body>
</html>