• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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