Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
16 stars 28 forks source link

add barman for docker platform #101

Closed PiyushRaj927 closed 1 year ago

PiyushRaj927 commented 1 year ago

Hey @singhalkarun, I'm currently stuck on figuring out how to handle persistent storage for PostgreSQL and Barman within Docker. In Terraform, there's no direct way to prevent Docker volumes from being deleted (https://github.com/kreuzwerker/terraform-provider-docker/issues/294). My current plan is to keep volumes in a separate directory to isolate states and create a script to launch both together.