Backblaze backups failed most of the time
-
Hello,
I have a Backblaze account and bucket for the backups but currently, 5 of 7 days the backup fails because of these errors. I am using Memory Limit : 2 GB and Upload Part Size : 128 MB, maybe I should increase these?
@vladimir Can you try this change https://git.cloudron.io/cloudron/box/-/commit/bedcd6fccf58830b316318699375bc1f582a5d7a ? The file on Cloudron is
/home/yellowtent/box/src/storage/s3.js
. Essentially change the timeout from 3000 * 1000 to 0. And also change maxRetries to 10. You don't need to restart anything after the change since the code changes are immediately picked up.(See also https://forum.cloudron.io/topic/3680/backup-issues-with-minio)