I have removed S3 option, saved the setting, re-enabled the S3 option, entered a new key pair and started the manual backup.
After almost a HOUR I got the following errors.
Plugin page: https://snipboard.io/j89ARn.jpg
Plugin log: https://pastebin.com/5Y6BpBM7
Server error message:
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 5242912 bytes) in /var/www/vhosts/lawn-tech.co.uk/httpdocs/wp/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 1010
I looked at your log a bit deeper. Your plug took 54 minutes to zip 1.20 GB. That is around 22 MB per minute. Isn’t that slow?
I wrote a simple PHP file to zip the folder and subfolders it runs in. The same WP file set that your plugin was working on was zipped in 2.5 minutes. That is around 480 MB per minute. More than 20 times faster. It shows that the limiting factor is not server capacity. Maybe this is something you want to pay attention to.
Meanwhile, the plugin is still failing.
-
This reply was modified 4 years, 2 months ago by sarumbear.