Hi,
I’m looking into setting up a Nextcloud configuration replicated between two sites. HAProxy’s only purpose would be to redirect a user to the other site should there be any health issue on the local site. This being achieved by:
-
Application layer synchronisation via Syncthing
-
Database Layer synchronisation via Galera
-
Storage Layer synchronisation via Syncthing
However, if only the session state data is not replicated, which would require a user to login again after being redirected, would this setup avert the READ-COMMITTED isolation issue last addressed by @DasLeo in @JasonBayton 's thread “Help me test this 3 node cluster” - Help me test this 3 node cluster
As such, I’d appreciate any caveats and/or advice from the old timers such as @guidtz @dev0 @tsueri @joergschulz @Krischan @Heracles31@zeigerpuppy and @aventrax .