Applicable to:
- Plesk for Linux
Symptoms
-
Upon creating backup and uploading to Backblaze S3-like storage, the backup fails and the following error can be seen in Tools & Settings > Backup Manager:
Unable to create the remote backup: Transport error: Extension transport: ext://s3-backup/server/: Unsupported header 'x-amz-checksum-crc32' received for this API call.
Cause
AWS has updated the AWS-CLI, which changed some parameters.
Resolution
-
Log into your Plesk server.
-
Edit the
/usr/local/psa/admin/conf/panel.ini
file.Note: If the
[ext-s3-backup]
section does not exist, create it. -
Add the following lines to the
[ext-s3-backup]
section:[ext-s3-backup]
request_checksum_calculation = WHEN_REQUIRED
response_checksum_validation = WHEN_REQUIRED
RequestChecksumCalculation = WHEN_REQUIRED
ResponseChecksumValidation = WHEN_REQUIRED
Comments
0 comments
Please sign in to leave a comment.