Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't backup using S3 multipart #50

Open
rmartinoscar opened this issue Nov 11, 2024 · 3 comments
Open

Can't backup using S3 multipart #50

rmartinoscar opened this issue Nov 11, 2024 · 3 comments

Comments

@rmartinoscar
Copy link
Contributor

rmartinoscar commented Nov 11, 2024

Can't backup a server if there's not enough space to archive the whole server.
Multipart should backup 5GB at a time, upload it, remove the temp archive and backup the next 5GB without having to create an archive the size of the server and split it afterwards.

The panel won't ever get that the backup failed either, it will be stuck on loading forever

@strich3
Copy link

strich3 commented Jan 4, 2025

same here, BACKUP_MAX_PART_SIZE just breaks it completely

@ianmuninio
Copy link

@rmartinoscar @strich3 I know it's been months but I got mine fixed by lowering the multipart upload limit to 2.5GB. I was able to make it 3GB but I chose the former. Seems like the default 5GB is causing the issue in my case.

@rmartinoscar
Copy link
Contributor Author

rmartinoscar commented Mar 13, 2025

I know it's been months but I got mine fixed by lowering the multipart upload limit to 2.5GB. I was able to make it 3GB but I chose the former. Seems like the default 5GB is causing the issue in my case.

You didn't get the issue, its not that the part size are too big its that we make an archive of the full server then splits it into 2.5Gb parts.
Also please avoid mentions like those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants