Does BR support backup to Alibaba Cloud OSS or Huawei Cloud OBS?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 关于BR支持备份到阿里云OSS或者华为云OBS吗

| username: terry0219

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.

| username: tidb菜鸟一只 | Original post link

You can back up to OSS, remember to add ?access-key=xxxxx&secret-access-key=xxxxx.

| username: TiDBer_QYr0vohO | Original post link

Sure.

| username: terry0219 | Original post link

Is there a complete implementation?

| username: terry0219 | Original post link

Is there a complete implementation? I tried it and it gives an error.

| username: 像风一样的男子 | Original post link

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”
| username: xiaoqiao | Original post link

Sure, we are backing up to a self-built S3.

| username: terry0219 | Original post link

Thank you, thank you. It works fine after testing.

| username: Jack-li | Original post link

Fully supported, tested before.

| username: yiduoyunQ | Original post link

Support.

| username: 我是人间不清醒 | Original post link

Support, we have verified it.

| username: dba远航 | Original post link

It can be backed up to OSS.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.