Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: 关于BR支持备份到阿里云OSS或者华为云OBS吗
According to the official documentation, BR can back up to AWS’s S3. I wonder if it can back up to OSS or OBS as well.
You can back up to OSS, remember to add ?access-key=xxxxx&secret-access-key=xxxxx.
Is there a complete implementation?
Is there a complete implementation? I tried it and it gives an error.
Complete syntax, give it a try
br backup full --pd “xxxxxx:2379” --storage “s3://tsp-tidb-backup/test/?access-key=xxxxx&secret-access-key=xxxxx” --s3.provider “alibaba” --s3.region “oss-cn-shanghai” --s3.endpoint “https://oss-cn-shanghai-internal.aliyuncs.com”
Sure, we are backing up to a self-built S3.
Thank you, thank you. It works fine after testing.
Fully supported, tested before.
Support, we have verified it.
It can be backed up to OSS.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.