biggs31fr
Forum Replies Created
-
After 15 failures, the problem resolved itself and no more worries since… I still reduced the script to 20 seconds, but I don’t understand the origin of the problem…
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Scaleway S3 ServiceIt’s working !
But for the final site with 25GB, I change the size of the parts, now I see in the PHP files where to change the size.
Maybe you can add a parameters to change easyly this size ?
Thanks a lot !!
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Scaleway S3 ServiceHello,
I created a new task with the same settings as the first task :
https://prnt.sc/1ux3t9j
Always the same problem, if the backup is more than 5 GB, it does not work, if the backup is less than 5 GB, it works.On the other hand, at the time of the error on a 5GB backup, I saw in the bucket settings that there were 1001 parts while the maximum number is 1000 parts :
https://prnt.sc/1ux479eAnd in the backup of less than 5GB, there are only 935 parts :
https://prnt.sc/1ux586iMaybe the parts size is set to 5MB instead of 5GB, which explains the failures ?
Thanks
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Scaleway S3 ServiceHello,
So I did some other tests, if my backup is less than 5GB, it works, but if it is more than 5GB, I get the error message.
Which is “normal” because I checked with Scaleway and now it is no longer possible to put files over 5GB without cutting them (on your side or when sending).
Can you therefore add a parameter to either make .tar files of 5GB each max, or use the Scaleway parameters to send the files in multiparts :
https://www.scaleway.com/en/docs/storage/object/api-cli/multipart-uploads
Thanks