-
Notifications
You must be signed in to change notification settings - Fork 1k
Allow configuration of patroni's replication mode #869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Does the same but is shorter. So we fix that it if you like. Co-Authored-By: Felix Kunde <felix-kunde@gmx.de>
Co-Authored-By: Felix Kunde <felix-kunde@gmx.de>
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are going this way lets also add support of synchronous_mode_strict
: https://patroni.readthedocs.io/en/latest/replication_modes.html#synchronous-mode
@lalbers as Alex suggested could you add the same for |
sounds reasonable, i will add that option, too 🚀 |
# Conflicts: # docs/reference/cluster_manifest.md # manifests/complete-postgres-manifest.yaml
👍 |
1 similar comment
👍 |
Related to issue #505
Patroni offers the possibility of a synchronous replication. This ensures consistency across a cluster by confirming that writes are written to a secondary before returning to the connecting client with a success.
It would be great, if this option is adjustable via postgresql.crd
Patroni replication modes:
zalando/patroni - replication_modes.rst