[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: subtree replication
but how do i break the data in db-a into two as db-b and db-c
> Hi.
>
> I believe it is done this way:
>
> Data in server A must be hierarchically broken into 3 dbs:
>
> db-a
> /\
> / \
> db-b db-c
>
> db-b contains what needs to be replicated to slave B,
> db-c contains what needs to be replicated to slave C,
> db-a contains what needs to be replicated to slave B and C.
>
> So you need 3 database sections in your slapd.conf for master A
>
> ritujai@netindial.com wrote:
> >
> > hello,
> > i am having a problem with replication.....
> > e.g: there are 3 servers
> > A,B,C
> > A----master
> > B----slave
> > C----slave
> >
> > B server neednot have the information required for C
> > server and vice-versa.
> >
> > Is it possible to replicate the data of B server only
> > onto B and not onto C server and vice-versa.......
> >
> > If this is possible this reduces the network load.....
> >
> > Thank you,
> > ritu
>