--On Wednesday, September 4, 2024 7:53 AM +0000 xicop_86@hotmail.com wrote:
Ondřej Kuzník wrote:
On Tue, Sep 03, 2024 at 02:48:15PM -0000, xicop_86@hotmail.com wrote:
Ondřej Kuzník wrote: Ah, I see you did and now it clicked that you're running 2 providers but both seem to have a serverID of 0. This is guaranteed to end up in desyncs of various kinds. I suggest you assign a unique (non-zero) serverID to each provider. That actually makes a lot of sense! Would I then only have to set different ServerID on the providers? No change needed on the Consumers? Correct, consumers do not need this setting.
Thanks a lot Ondřej I will apply this change! Just for my clarification then, on the Consumer we have a setting rid=000. That is completely unrelated to the ServerID on the Provider? Just concerned if the Load balancer points to the second server and the ServerID is different on the second server, it will break the sync.
ServerID must be unique per provider when you have more than one provider. Load balancing is not a factor as it simply tells all sync clients (including the other provider) who originated the change.
--Quanah