• 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.

Issue Amazon S3 Backup - Connecting to Scaleway Object Storage?

ip00

Basic Pleskian
We have been using DigitalOcean Spaces (S3) as a remote location for server backups with Amazon S3 Backup extension for a few years. There was no problem setting it up or using it.
Now, we have also started using Scaleway Object Storage (also S3 compatible) for backups storage and static files offloading, and it proved to be just a bit better (faster) than DO Spaces.
I thought it would be simple to use it also as Remote Storage for Plesk backups, again with Amazon S3 Backup extensions, but I failed to configure it.
I've tried different combinations of values but nothing worked.
Was someone successful setting up this combination of services (Scaleway Object Storage + Plesk Amazon S3 Backup extension)? Ideas?

Service provider: Custom
API Endpoint URL: https://s3.fr-par.scw.cloud
Login (Key): SC...
Password (Secret): sdfsaf-
Bucket: bigbox (tried: bigbox.s3.fr-par.scw.cloud, s3.fr-par.scw.cloud...)
Path: PSKbackup/ (tried: bigbox/PSKbackup/, /, /bigbox/...)

What I get is (bellow Bucket field): "Unable to check bucket and directory existence. Make sure you are using correct IAM policy (400 Bad Request (Request-ID: tx644298382a7242dcae00a-XXXef12bea))."
 
1. I resolve this issue yesterday.

You should add region endpoint to extension.

Go to Extensions -> Panel.ini -> Editor
Add at end of file:

Code:
[ext-s3-backup]
RegionForCustomEndpoint = fr-par

Setings for service should be like:
Zrzut ekranu 2020-07-1 o 13.01.19.png


2. But now I have different problem:

I need to change multipart-chunk-size-mb because i receive error "Part number must be an integer between 1 and 1000, inclusive".
I will be glad for help where i can increase multipart-chunk-size-mb value.
Also in Panel.ini?
 
@Xawier thank you Panel.ini change helped me and it works with Scaleway now.
I've tested with two smaller backup tasks (subscription backups of 500 MB and 1.800 MB), now also a 10.100 MB backup task finished without errors (multivolume 4 part backup). I will try full server backup later tonight.

I haven't seen any errors, but I remember multipart-chunk-size-mb issue from last week when I tried to set up Backblaze B2 as remote storage.
 
Back
Top