Skip to content
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

Support for PG11 and script to auto_setup_replication (useful for K8s statefulsets) #231

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gnarvaja
Copy link

  • Adds support for Postgres 11.

  • Adds support for Pgpool 4.

  • auto_setup_replication: script using STANDBY_COUNT and
    NODE_NAME_TEMPLATE to automatically setup PARTNER_NODES,
    REPLICATION_PRIMARY_HOST and others variables based in the node number.

  • is_major_master.sh: returns exit 2 if can't connect to Postgres.

  • New extensions: unidecode and plpython3.

  • Script to manage auto-generated files.

gnarvaja added 2 commits May 16, 2019 16:01
* Adds support for Pgpool 4.

* auto_setup_replication: script using STANDBY_COUNT and
NODE_NAME_TEMPLATE to automatically setup PARTNER_NODES,
REPLICATION_PRIMARY_HOST and others variables based in the node number.

* is_major_master.sh: returns exit 2 if can't connect to Postgres.

* New extensions: unidecode and plpython3.

* Script to manage auto-generated files.
+ Fix created home for postgres user in Barman Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant