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

Issue Plesk Backup Minio

maximid

New Pleskian
Server operating system version
Debian 11.7
Plesk version and microupdate number
Version 18.0.55 Update #1
Hello, I'm trying to backup Plesk to Minio unfortunately I always get the following error in Plesk:
Warning: failed to display list of backups in Amazon S3 Backup storage: Unable to get dumps list: Transport error: Extension transport: ext://s3-backup/server: Error executing "ListObjects" on "http://minio.domain.de:9000/vweb.domain.de?prefix=&delimiter=/&encoding-type=url"; AWS HTTP error: cURL error 28: Connection timed out after 30001 milliseconds (see libcurl - Error Codes). Please check the storage settings.

My access key policy looks like this:
{
"}, "version": [ 2012-10-17 ],
"statement": [
{
"Effect": { "Allow",
{ "action": [
"s3:ListBucket"
],
}, "resource": [
"arn:aws:s3:::vweb.domain.com"
]
},
{
}, { "effect": [ "allow" ],
}, { "action": [
"s3:putObject",
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::vweb00.domain.de/*"
]
}
]
}
 
Back
Top