dokploy icon indicating copy to clipboard operation
dokploy copied to clipboard

Local Backups

Open LickABrick opened this issue 11 months ago • 3 comments

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

LickABrick avatar Apr 09 '25 14:04 LickABrick

Good idea, this important feature is missing for production use. I hope it arrives soon.

nephthys avatar Apr 19 '25 14:04 nephthys

Indeed, that'd be a great improvement.

QuentinMacheda avatar May 11 '25 12:05 QuentinMacheda

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 :-)

scriptPilot avatar May 17 '25 21:05 scriptPilot