-
Notifications
You must be signed in to change notification settings - Fork 0
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
update db service to optionally use barman for recovery #40
Comments
singhalkarun
changed the title
add a common service for postgres (which allows optionally for ssh for barman)
update db service to optionally use barman for recovery
Aug 9, 2024
and
Currently getting this but in the past was getting
and
|
Use |
Now only |
|
Scenarios
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting up Postgres with SSH for Barman
ENABLE_BARMAN: true/false
BARMAN_IP: (required if ENABLE_BARMAN is true)
ID_RSA: (required if ID_RSA is true)
IDA_RSA_PUB: (required if IDA_RSA_PUB is true)
Go into a container and run command to start ssh server in postgres
How to verify if this is working successfully?
Setting up Barman
setup-barman - Makefile target - triggers script to setup barman (anyone who wants to setup barman will clone repo and run this target)
The text was updated successfully, but these errors were encountered: