Hi All,

I would appreciate some insight with a syncrepl issue that I have. The scenario is as follows:

(1) LDAP master running debian slapd v2.3.30

replicating using syncrepl to

(2) LDAP master running debian slapd v2.4.11

The initial data for this node was seeded using slapcat/slapadd due to the db size.

This is replicating via syncrepl to

(3) LDAP slave running debian slapd v2.4.11

On (3) the slave I am receiving the error:

do_syncrep2: cookie=rid=001,csn=20100825064231Z#000000#00#000000
do_syncrep2: rid=001 CSN too old, ignoring 20100825064231Z#000000#00#000000

for all replication events that are being received.

What I am trying to achieve is to deprecate server (1) with as little downtime as possible, server (2) becomes the new master and (3) the new slave

Replication between 1 & 2 works correctly but not between 2 & 3. The time is correct on the servers. Server (3) database is seeded using syncrepl. Configurations for 1, 2 & 3 are attached.