Conversation
Contributor
|
this looks awesome @craigkerstiens what's blocking this? |
Owner
|
@morenoh149 nothing in particular, was mostly just behind with other items then a newborn, will be giving some eyes to it in coming days and getting it live. |
| wal_level = hot_standy | ||
| max_wal_senders = 5 # this is the total of wal senders that can be used concurrently by the standbys or streaming base backups | ||
| wal_keep_segments = 8 # how many wal segments should we keep? This has a relation with the speed with which the standbys consume the logs. Increase if you have slow standbys | ||
| arhive_mode = on # We keep archives in case we need them for slaves that have fallen behind |
68779f7 to
cc14d8c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A high availability section with replication and corosync/pacemaker configuration. Feedback greatly appreciated.