MySQL Forums
Forum List  »  MySQL Shell

Backup to Minio
Posted by: Mahesh Doraiswamy
Date: June 20, 2024 05:41AM

Trying to take a backup of MySQL to a self hosted Minio server. Enabled SSL on Minio server with self signed certificate.

mysqlsh command
util.dumpInstance("repo3",{s3BucketName: "mysql-bucket", s3EndpointOverride: "https://10.1.1.1:9000",s3CredentialsFile:"/mysqlsh/.aws/credentials",s3ConfigFile:"/mysqlsh/.aws/config",s3Profile: "default", threads: 4})

error
Util.dumpInstance: SSL certificate problem: self signed certificate (CURLcode = 60) (RuntimeError)

Tried setting ca_bundle in .aws/config file and also AWS_CA_BUNDLE and is not helping. Any suggestions on how to overcome this certificate problem?

Options: ReplyQuote


Subject
Views
Written By
Posted
Backup to Minio
123
June 20, 2024 05:41AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.