Re: [Pdns-users] Deleted DNS Records not Removing from Slave

2010-07-28 Thread Mark Scholten
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

Re: [Pdns-users] Deleted DNS Records not Removing from Slave

2010-06-28 Thread Nils Breunese (Lemonbit)
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

Re: [Pdns-users] Deleted DNS Records not Removing from Slave

2010-06-28 Thread Frank Louwers
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

Re: [Pdns-users] Deleted DNS Records not Removing from Slave

2010-06-26 Thread Derrik Pates
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

Re: [Pdns-users] Deleted DNS Records not Removing from Slave

2010-06-26 Thread Mark Scholten
> -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

Re: [Pdns-users] Deleted DNS Records not Removing from Slave

2010-06-26 Thread Nils Breunese (Lemonbit)
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

[Pdns-users] Deleted DNS Records not Removing from Slave

2010-06-25 Thread Brandon Lee
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