• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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