Re: [Pdns-users] Multiple mysql backend

2016-05-08 Thread Keresztes Péter-Zoltán
You could use a multi master mysql cluster with haproxy as loadbalancer. That way the haproxy would detect if one of the nodes would be down and would route the request only to active nodes. Regards, > On 08 May 2016, at 22:06, thing wrote: > > Can pdns can be configured to connect to more th

[Pdns-users] Multiple mysql backend

2016-05-08 Thread thing
Can pdns can be configured to connect to more than 1 mysql backend (say 3 mysql servers) and submit requests to them either in a linear hunt or round-robin distribution. Also, can it detect if a server is not available and not use it to submit request? Please, reply with configuration example