Could support backup to minio?
Could support backup to minio?
I want backup keyhelp to my minio server.But it's always show timeout.
My setup like follow
type = s3
provider = Minio
access_key_id = ************
secret_access_key = *********************
endpoint = https://st1.****.***.***:9000
I don't know path how to setup.My minio buckets name is keyhelp.
Re: Could support backup to minio?
Re: Could support backup to minio?
Timeout usually means it's not reaching the MinIO server properly. A few things to double-check:
Is your MinIO endpoint reachable from the KeyHelp server? Try a simple curl to https://st1.***:9000 from that machine.
Make sure the SSL certificate is valid—or try using http:// temporarily (for testing only) if you're using self-signed certs.
For the path, try setting it like:
path = keyhelp/
or just leave it empty if you’re backing up to the root of the bucket.
Also, don’t forget to check if your user has write permissions to the keyhelp bucket.
Let us know what error logs say—might help pinpoint it better. Good luck!