Is there a PostgreSQL HA solution that can handle the splitbrain situation gracefully. To develop, the system I'm working on is expected to work in several areas with users located next to the servers, and the connection between these zones is known to be in doubt. I would like to allow users to continue to use the system in a degraded state (without updates from disconnected zones) and for a reasonable merger after they return to the network.
source
share