Hi,
Dieter Kluenter wrote:
What is your configuration on all servers? In detail, what's the value of the serverID statements, of the syncrepl statements and what's the URI you're running them with?
Solved it, silly me! The initial slapd.conf should only contain one serverID statement without any additional address, only after starting all peers the serverID has to be modified to include all participating peers.
# master1 serverID 1
# master2 serverID 2
With this setting multimaster-repl seems to work correctly.
serverID NUM URL
on all participating master.
Thanks, Holger