Local Backups
What problem will this feature address?
I don't have a S3 target to store my backups and my projects are not that critical that I want to pay for any S3 service.
I make volume level backups of my server to an offsite location so in the end my on-disk backups would still be located in multiple locations.
Describe the solution you'd like
Make it possible to store backups on the dokploy server itself and make them downloadable/restorable via the Dokploy interface.
Describe alternatives you've considered
Getting S3 storage 😂
Additional context
No response
Will you send a PR to implement it?
No
Good idea, this important feature is missing for production use. I hope it arrives soon.
Indeed, that'd be a great improvement.
I've created a basic script to backup / restore Dokploy data to / from my laptop: https://github.com/scriptPilot/dokploy-server/
Feel free to check and maybe you have some good ideas how to improve :-)