-
Notifications
You must be signed in to change notification settings - Fork 1k
Standby cluster rebase #507
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
Changes from all commits
7dc4a9e
6da42ca
9bc088b
1eed7db
78c23b2
581406a
e4f2f18
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,15 @@ spec: | |
# run periodic backups with k8s cron jobs | ||
# enableLogicalBackup: true | ||
# logicalBackupSchedule: "30 00 * * *" | ||
# | ||
# # standby cluster example. | ||
# # See https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#standby-cluster. | ||
# | ||
# standby_cluster: | ||
# host: master.hostname | ||
# port: "5432" | ||
# primary_slot_name: dmz2 | ||
Comment on lines
+77
to
+80
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you move this part behind |
||
|
||
maintenanceWindows: | ||
- 01:00-06:00 #UTC | ||
- Sat:00:00-04:00 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
can you please add the example manifest for the standby cluster ?
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.
added section to a manifests/complete-postgres-manifest.yaml file
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.
I think, it also makes sense to mention the required fields to make it work and add a link to the Patroni docs