Backups for docker compose
What problem will this feature address?
i cant use backup feature when DB in same docker compose with app (example: odoo template)
Describe the solution you'd like
Splitting DB container when docker-compose deploy
Describe alternatives you've considered
have backup option in app when DB in same container with app
Additional context
love the app! it very simple and easy UI UX compared to current solutions!
Hi @milzamsz, Thank you for your message.
Thanks for the message, I have been thinking about implementing something more general to handle cron jobs and so on, however I am still not very clear, because backups can be very variable, there are many databases that support backups or ways to do it, one solution that you could use is, use the odoo template and delete the database statement and create a dedicated postgres database and there you would have the support to handle backups or use something duplicati https://duplicati.com/ which is to do backups in different ways and places, this can go in a new template, for now let's leave it open, I'm not clear yet because I want to do something general but not something super dynamic.
Even plain Docker volume backup would go a long way in my opinion
Just made a small contribution in Polar. Would love to see this feature. I think it's is critical for production, and it would be nice to have a single backup solution to all data.
#1801