--On Thursday, September 15, 2022 8:55 AM +0200 Ulrich Windl Ulrich.Windl@rz.uni-regensburg.de wrote:
I wasn't sure wether indexing would be sync'd between servers.
Using cn=config with replcated configs it's sufficient to add the index to the config: The index is created on each server then.
He already stated he's using slapd.conf, so that's immaterial. But I would note that with large databases it can take a long time to create a new index while waiting on cn=config, and it is likely better to still stop slapd once the index config has replicated and build the new index with slapadd -q as I noted.
--Quanah