• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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