Hi all,
On Fri, December 5, 2008 6:40 pm, Ed McLain wrote:
>
> Server 1:
> log-bin=some name
> server-id = some number isn't on the other servers
> replicate-same-server-id = 0
> log-slave-updates
> auto_increment_increment=10
> replicate-do-db=pdns
>
> Server 2:
> log-bin=some name
> server-id =
Cc: pdns-users@mailman.powerdns.com
Subject: Re: [Pdns-users] Two R/W DNS servers
Maysara A. Abdulhaq wrote:
> Hello all,
>
> I'm wondering if someone has configured PDNS with db(mysql?) backend
> to do native replication but in two ways ... that is, i could
> add/modify records and domains on
I think a better way to do this is to set up replication between your
pdns databases with a master and a slave, as Simon says, and then use a
front-end, like PDNS-Admin to control the records added to the master.
You can certainly do what simon suggests and have each server slave off
of each other
Thank you Simon, i will be trying that setting !
On Mon, Nov 24, 2008 at 1:55 AM, Simon McCartney <[EMAIL PROTECTED]> wrote:
> Simon McCartney wrote:
>>
>> MySQL replication is relatively simple in concept, each database can slave
>> off another, so that any changed made to the master are replicat
Simon McCartney wrote:
MySQL replication is relatively simple in concept, each database can
slave off another, so that any changed made to the master are replicated
out to the slave. In order to have this work bi-directionally, database
server A is configured as a master, with B slaving off A.
Maysara A. Abdulhaq wrote:
Hello all,
I'm wondering if someone has configured PDNS with db(mysql?) backend
to do native replication but in two ways ... that is, i could
add/modify records and domains on either one of two servers and have
it replicated to the other, this maybe involves configurin
Hello all,
I'm wondering if someone has configured PDNS with db(mysql?) backend
to do native replication but in two ways ... that is, i could
add/modify records and domains on either one of two servers and have
it replicated to the other, this maybe involves configuring/setting up
"database distri