Is Multipart Upload disabled/broken in 3.6.10?
-
3.6.10 gives us an error :
[23-Jul-2019 10:42:08] 1. Trying to send backup file to S3 Service …
[23-Jul-2019 10:42:08] Connected to S3 Bucket “XoXoXoX” in us-west-XoX
[23-Jul-2019 10:42:08] Checking for not aborted multipart Uploads …
[23-Jul-2019 10:42:08] Starting upload to S3 Service …
[23-Jul-2019 10:44:19] ERROR: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 5242912 bytes)
=======================================
Details :
PHP 7.3
php.ini -> memory_limit = 1024M
filesize =
1172170230 backwpup_Q56F5CBU01_XoX_dailyfull_2019-07-23_10-37-26.tar.gz
=======================================
Our backups ran fine under version 3.6.0.
And that version has a checkbox for Multipart Uploads.
3.6.10 does not.
============================================================
I tried another test : php.ini -> memory_limit = 3072M
I still got the same error :ERROR: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 5242912 bytes)
…but at least the file got uploaded to S3.
- The topic ‘Is Multipart Upload disabled/broken in 3.6.10?’ is closed to new replies.