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

Allow remote connections for pg_basebackup #157

Closed
chrira opened this issue Dec 21, 2016 · 2 comments
Closed

Allow remote connections for pg_basebackup #157

chrira opened this issue Dec 21, 2016 · 2 comments
Assignees

Comments

@chrira
Copy link

chrira commented Dec 21, 2016

The file openshift-custom-postgresql.conf.template should be extended to allow remote connections for backups with the pg_basebackup tool.

Error Message:

pg_basebackup: could not connect to server: FATAL: number of requested standby connections exceeds max_wal_senders (currently 0)

With this additional configuration, the backup works:

max_wal_senders = 5
wal_level = hot_standby
archive_mode = on
archive_command = '/bin/true'
@pkubatrh
Copy link
Member

After #208 is merged in you will be able to extend the configuration file

@pkubatrh
Copy link
Member

pkubatrh commented Oct 4, 2019

This should be fixed by #208

Feel free to re-open if you run into any problems

@pkubatrh pkubatrh closed this as completed Oct 4, 2019
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

No branches or pull requests

3 participants