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