Configure "Maximum Availability" #11140
Replies: 1 comment
|
It seems that a failover to an asynchronous replica cannot be prevented. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I would like to implement a “Maximum Availability” mode in CloudNativePG, similar to Oracle.
Replication should be best-effort synchronous, but fall back to asynchronous in case of a problem.
However, automatic failover should only occur to synchronous instances to avoid transaction loss.
I was thinking of the following configuration:
Does this make sense, or am I missing something here, especially regarding the Operator or Kubernetes?
All reactions