forked from ANXS/postgresql
-
Notifications
You must be signed in to change notification settings - Fork 16
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
repmgr extension improvement #3
Open
egmont1227
wants to merge
33
commits into
Demonware:add-repmgr-extension
Choose a base branch
from
noris-network:add-repmgr-extension
base: add-repmgr-extension
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
repmgr extension improvement #3
egmont1227
wants to merge
33
commits into
Demonware:add-repmgr-extension
from
noris-network:add-repmgr-extension
Conversation
This file contains 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
With PostgreSQL 10, `password_encryption` is no longer a boolean. It expects either `md5` or `scram-sha-256`. The value `on` is kept as an alias of `md5` for backward compatibility.
This copies the logic to render the string from the pg-10 template.
Update sync standby names to include choose keyword
…password_encryption
…ot the postgresql_conf_directory
…ces running on non-default ports
…ured repmgr_master as the master
* fixed existing example how to include this role (fixed case) * added new example how to include this role as task
@gclough do you want to merge this some time ? |
This was referenced Nov 20, 2020
allow setting state for postgresql_databases and postgresql_users
Update password_encryption for PostgreSQL 10
Correct manage setting 'password_encryption' for PostgreSQL 10 and above
Replace travis-ci.org with travis-ci.com
feat: Remove deprecated PostgreSQL versions < 9.5
…/gclough/postgresql into quote_around_password_encryption
…tion style: Standardising postgresql.conf style for passsword_encryption
README.md example fixed and added include-as-task example
updated from current master of https://github.com/ANXS/postgresql |
egmont1227
pushed a commit
to noris-network/ansible-postgresql
that referenced
this pull request
Jun 16, 2022
Use pg_ctlcluster to Reload Config Files
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.
I cherry-picked the changes from @AnthonyCaetano from PR #2 and also fixed a local become sudo issue.