-
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
base: add-repmgr-extension
Are you sure you want to change the base?
repmgr extension improvement #3
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8d355b9 - Browse repository at this point
Copy the full SHA 8d355b9View commit details
Commits on Jul 15, 2018
-
Update password_encryption for PostgreSQL 10
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.
Configuration menu - View commit details
-
Copy full SHA for c52d15e - Browse repository at this point
Copy the full SHA c52d15eView commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1d85e97 - Browse repository at this point
Copy the full SHA 1d85e97View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2021b9f - Browse repository at this point
Copy the full SHA 2021b9fView commit details
Commits on Jan 16, 2020
-
Update sync standby names to include choose keyword.
This copies the logic to render the string from the pg-10 template.
Configuration menu - View commit details
-
Copy full SHA for 5ad154b - Browse repository at this point
Copy the full SHA 5ad154bView commit details
Commits on Mar 6, 2020
-
Merge pull request ANXS#462 from UmanShahzad/patch-1
Update sync standby names to include choose keyword
Configuration menu - View commit details
-
Copy full SHA for d8fc0d3 - Browse repository at this point
Copy the full SHA d8fc0d3View commit details -
Merge branch 'master' of https://github.com/ANXS/postgresql into fix_…
…password_encryption
Configuration menu - View commit details
-
Copy full SHA for bf79297 - Browse repository at this point
Copy the full SHA bf79297View commit details
Commits on May 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 90a298c - Browse repository at this point
Copy the full SHA 90a298cView commit details -
Use the repmgr_config_directory for the location of the repmgr.conf n…
…ot the postgresql_conf_directory
Configuration menu - View commit details
-
Copy full SHA for b4f7c06 - Browse repository at this point
Copy the full SHA b4f7c06View commit details -
Use postgresql_port in the 'repmgr standby clone' for postgres instan…
…ces running on non-default ports
Configuration menu - View commit details
-
Copy full SHA for ce7a384 - Browse repository at this point
Copy the full SHA ce7a384View commit details -
Don't assume the first host in the play is the master, use the config…
…ured repmgr_master as the master
Configuration menu - View commit details
-
Copy full SHA for 1c4ea0c - Browse repository at this point
Copy the full SHA 1c4ea0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7245880 - Browse repository at this point
Copy the full SHA 7245880View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef74a2 - Browse repository at this point
Copy the full SHA eef74a2View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45e1ff7 - Browse repository at this point
Copy the full SHA 45e1ff7View commit details
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a62dc2 - Browse repository at this point
Copy the full SHA 4a62dc2View commit details
Commits on Sep 30, 2020
-
README.md example fixed and added include-as-task example
* fixed existing example how to include this role (fixed case) * added new example how to include this role as task
Configuration menu - View commit details
-
Copy full SHA for bae39d7 - Browse repository at this point
Copy the full SHA bae39d7View commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c15305 - Browse repository at this point
Copy the full SHA 0c15305View commit details
Commits on Feb 10, 2021
-
Merge pull request ANXS#360 from mchitten/master
allow setting state for postgresql_databases and postgresql_users
Configuration menu - View commit details
-
Copy full SHA for ffda21c - Browse repository at this point
Copy the full SHA ffda21cView commit details -
Merge pull request ANXS#368 from MiLk/encryption-pgsql10
Update password_encryption for PostgreSQL 10
Configuration menu - View commit details
-
Copy full SHA for 0eff79e - Browse repository at this point
Copy the full SHA 0eff79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 130ca73 - Browse repository at this point
Copy the full SHA 130ca73View commit details -
Merge pull request ANXS#460 from sportsru/fix_password_encryption
Correct manage setting 'password_encryption' for PostgreSQL 10 and above
Configuration menu - View commit details
-
Copy full SHA for 99a2bbc - Browse repository at this point
Copy the full SHA 99a2bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d57d0 - Browse repository at this point
Copy the full SHA c1d57d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fbb69 - Browse repository at this point
Copy the full SHA 48fbb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727453b - Browse repository at this point
Copy the full SHA 727453bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afca73 - Browse repository at this point
Copy the full SHA 2afca73View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1b932 - Browse repository at this point
Copy the full SHA bd1b932View commit details -
Merge pull request ANXS#503 from ANXS/sergei/patch_travis_name
Replace travis-ci.org with travis-ci.com
Configuration menu - View commit details
-
Copy full SHA for 0b132c8 - Browse repository at this point
Copy the full SHA 0b132c8View commit details -
Merge pull request ANXS#501 from gclough/remove_deprecation
feat: Remove deprecated PostgreSQL versions < 9.5
Configuration menu - View commit details
-
Copy full SHA for 75bc255 - Browse repository at this point
Copy the full SHA 75bc255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f353bc - Browse repository at this point
Copy the full SHA 3f353bcView commit details -
Merge branch 'quote_around_password_encryption' of https://github.com…
…/gclough/postgresql into quote_around_password_encryption
Configuration menu - View commit details
-
Copy full SHA for 4c126b5 - Browse repository at this point
Copy the full SHA 4c126b5View commit details
Commits on Feb 11, 2021
-
Merge pull request ANXS#500 from gclough/quote_around_password_encryp…
…tion style: Standardising postgresql.conf style for passsword_encryption
Configuration menu - View commit details
-
Copy full SHA for fdadb50 - Browse repository at this point
Copy the full SHA fdadb50View commit details
Commits on Feb 23, 2021
-
Merge pull request ANXS#494 from europ/readme-fix
README.md example fixed and added include-as-task example
Configuration menu - View commit details
-
Copy full SHA for 0bbc9f8 - Browse repository at this point
Copy the full SHA 0bbc9f8View commit details
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f3b7f0d - Browse repository at this point
Copy the full SHA f3b7f0dView commit details