dokploy icon indicating copy to clipboard operation
dokploy copied to clipboard

Backups for docker compose

Open milzamsz opened this issue 1 year ago • 1 comments

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!

milzamsz avatar Jul 01 '24 10:07 milzamsz

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.

Siumauricio avatar Jul 03 '24 20:07 Siumauricio

Even plain Docker volume backup would go a long way in my opinion

fishnux avatar Mar 02 '25 23:03 fishnux

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.

DenisBessa avatar Mar 10 '25 07:03 DenisBessa

#1801

Siumauricio avatar May 04 '25 21:05 Siumauricio