• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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