• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Large backup to S3 fails with WARNING (no files uploaded)

imrelaszlo84

New Pleskian
Server operating system version
Ubuntu 22.04.3
Plesk version and microupdate number
18.0.57 #4
Hello!

Can someone help me understand this error? Incremental backups are runs okay, but full backup failing in the beginning.

Code:
WARNING:      (Domain object '*****')      Unable to create the remote backup: Transport error: Extension transport: ext://s3-backup/server/: Found 1 error while validating the input provided for the PutObject operation:
[Key] expected string length to be >= 1, but found string length of 0

*****: this is a small subdomain with an index.html file and reverse proxy Apache custom settings. Nothing special.
 
I use these settings in the panel.ini:
Code:
[ext-s3-backup]
SendRequestPayerOption = off
MaxResumeAttempts = 50
MaxResumeFailures = 50

I don't know if that solves your problem, but since I use these settings, full backups up to s3 go much better.
 
I use these settings in the panel.ini:
Code:
[ext-s3-backup]
SendRequestPayerOption = off
MaxResumeAttempts = 50
MaxResumeFailures = 50

I don't know if that solves your problem, but since I use these settings, full backups up to s3 go much better.
Hello! Thank you, I'll modify panel.ini and I'll write the result tomorrow.
 
I use these settings in the panel.ini:
Code:
[ext-s3-backup]
SendRequestPayerOption = off
MaxResumeAttempts = 50
MaxResumeFailures = 50

I don't know if that solves your problem, but since I use these settings, full backups up to s3 go much better.
It works, thank you!
 
Back
Top