gt; Sent: Saturday, June 26, 2010 11:58 AM
> > To: pdns-users@mailman.powerdns.com
> > Subject: Re: [Pdns-users] Deleted DNS Records not Removing from Slave
> >
> > Brandon Lee wrote:
> >
> > > We have 2 PDNS servers using the MySQL backend. Both servers have
> > their
Frank Louwers wrote:
> Hi Brandon,
>
> Why don't you use mysql replication between the 2 servers? If a records gets
> inserted/updated/deleted/... on the master, the change is send to the slave
> instant (well, quasi-instant). Solves a few problems...
I can't speak for Brandon, but in my case
Hi Brandon,
Why don't you use mysql replication between the 2 servers? If a records gets
inserted/updated/deleted/... on the master, the change is send to the slave
instant (well, quasi-instant). Solves a few problems...
Regards,
Frank Louwers
Openminds bvba
On 26 Jun 2010 wk 25, at 06:13, Br
On 06/25/2010 10:13 PM, Brandon Lee wrote:
We have 2 PDNS servers using the MySQL backend. Both servers have
their own MySQL database. When inserting a DNS record, or making
changes the record is updated by the slave server. However, when a
record is deleted, the record is not being deleted
> -Original Message-
> From: pdns-users-boun...@mailman.powerdns.com [mailto:pdns-users-
> boun...@mailman.powerdns.com] On Behalf Of Nils Breunese (Lemonbit)
> Sent: Saturday, June 26, 2010 11:58 AM
> To: pdns-users@mailman.powerdns.com
> Subject: Re: [Pdns-users] D
Brandon Lee wrote:
> We have 2 PDNS servers using the MySQL backend. Both servers have their own
> MySQL database. When inserting a DNS record, or making changes the record is
> updated by the slave server. However, when a record is deleted, the record
> is not being deleted from the slave s
Hello,
We have 2 PDNS servers using the MySQL backend. Both servers have their own
MySQL database. When inserting a DNS record, or making changes the record is
updated by the slave server. However, when a record is deleted, the record is
not being deleted from the slave server. Is there som