sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.29k stars 110 forks source link

Error backuping a big tar.gz to s3 #339

Open niekappartmedia opened 1 year ago

niekappartmedia commented 1 year ago

Hi all,

We have currently a problem with PHPBU not able to backup a tar.gz with a size of 11gb (fullbackup) to the s3 bucket. We get following message:

Exception 'phpbu\App\Backup\Sync\Exception' with message 'The promise was rejected with reason: Invoking the wait callback did not resolve the promise' in phar:///usr/local/bin/phpbu/Backup/Sync/AmazonS3v3.php:72

Any idea how to fix this.

niekappartmedia commented 1 year ago

Even a file of 733mb i get the same error: image image