Split Backups Into Chunks
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Follow up from https://github.com/Dokploy/dokploy/issues/3531#issuecomment-3808810614
It seems I am hitting file size limits with digital ocean spaces object storage. I imagine it's not uncommon for S3 compatible services to have file size limits, and for Digital Ocean not to be an uncommon use-case.
It would be nice if Dokploy could chunk the backups to work around these limits. But chunking also has other benefits; less risk of interrupts when downloading the backup, ability to upload/download multiple files at once to optimize speeds.
Describe the solution you'd like
Split backups into configurable size chunks.
Describe alternatives you've considered
I can't think of any alternatives that would address the file size limit issue.
Additional context
No response
Will you send a PR to implement it?
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating Dokploy's backup upload and download flow, then define configurable chunk sizing and verify that backups can be transferred in multiple chunks without exceeding object-storage file limits.
Written by the indexing model from the issue text.
Assessment
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100