repmgr extension improvement#3
Open
egmont1227 wants to merge 33 commits intoDemonware:add-repmgr-extensionfrom
Open
repmgr extension improvement#3egmont1227 wants to merge 33 commits intoDemonware:add-repmgr-extensionfrom
egmont1227 wants to merge 33 commits intoDemonware:add-repmgr-extensionfrom
Conversation
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
Author
|
@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
Author
|
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
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.
I cherry-picked the changes from @AnthonyCaetano from PR #2 and also fixed a local become sudo issue.