Comment on How to self-host a distributed git server cluster?
francisco_1844@discuss.online 1 week ago
Have you considered a distributed filesystem such as GlusterFS or DRBD? I believe those support synchronous replication so writes will go to all the configured machines before acknowledging the write. Performance will likely take a hit the greater the number of clusters in the cluster.