Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine BR words #12022

Merged
merged 28 commits into from
Nov 28, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b4967cb
refine br word
IANTHEREAL Nov 16, 2022
9145131
refine BR word
IANTHEREAL Nov 16, 2022
72802fc
replace BR with br command-line tool
shichun-0415 Nov 22, 2022
8fd8de3
Merge branch 'master' into ian/br-adjust
shichun-0415 Nov 22, 2022
1ebe6e3
fix typo
Oreoxmt Nov 23, 2022
e9f5c3c
fix format
Oreoxmt Nov 24, 2022
e117a96
remove -
Oreoxmt Nov 24, 2022
bc17b94
remove duplicate 。
Oreoxmt Nov 24, 2022
d478b15
remove duplicate -
Oreoxmt Nov 24, 2022
0ac49fa
replace BR with br command-lin
shichun-0415 Nov 28, 2022
22c1934
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
5520f06
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
44ffe47
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
04de712
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
3d417e2
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
0ec6dd5
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
c76de86
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
48183be
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
a44b087
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
68060aa
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
582138b
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
d443881
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
7a7be15
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
1d667e7
Apply suggestions from code review
IANTHEREAL Nov 28, 2022
e8cf9d3
ci
shichun-0415 Nov 28, 2022
9642488
fix format
IANTHEREAL Nov 28, 2022
ec64f7d
Apply suggestions from code review
shichun-0415 Nov 28, 2022
ae3fb28
Apply suggestions from code review
shichun-0415 Nov 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix format
  • Loading branch information
IANTHEREAL committed Nov 28, 2022
commit 9642488ab49a2877447850d8de16e5a1aae427ec
10 changes: 5 additions & 5 deletions br/backup-and-restore-storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ TiDB 支持 Amazon S3、Google Cloud Storage (GCS)、Azure Blob Storage 和 NFS

```shell
./br backup full --pd "${PD_IP}:2379" \
--storage 'gcs://external/backup-20220915?credentials-file=${credentials-file-path}'
--storage "gcs://external/backup-20220915?credentials-file=${credentials_file_path}"
```

**从 GCS 恢复快照备份数据**

```shell
./br restore full --pd "${PD_IP}:2379" \
--storage 'gcs://external/backup-20220915?credentials-file=${credentials-file-path}'
--storage "gcs://external/backup-20220915?credentials-file=${credentials_file_path}"
```

</div>
Expand All @@ -105,14 +105,14 @@ TiDB 支持 Amazon S3、Google Cloud Storage (GCS)、Azure Blob Storage 和 NFS

```shell
./br backup full -u "${PD_IP}:2379" \
--storage "azure://external/backup-20220915?account-name=${account name}&account-key=${account key}"
--storage "azure://external/backup-20220915?account-name=${account_name}&account-key=${account_key}"
```

**从 Azure Blob Storage 恢复快照备份数据中 `test` 数据库**

```shell
./br restore db --db test -u "${PD_IP}:2379" \
--storage "azure://external/backup-20220915account-name=${account name}&account-key=${account key}"
--storage "azure://external/backup-20220915account-name=${account_name}&account-key=${account_key}"
```

</div>
Expand Down Expand Up @@ -212,7 +212,7 @@ TiDB 支持 Amazon S3、Google Cloud Storage (GCS)、Azure Blob Storage 和 NFS

```shell
./br backup full -u "${PD_IP}:2379" \
--storage "azure://external/backup-20220915?account-name=${account name}"
--storage "azure://external/backup-20220915?account-name=${account_name}"
```

</div>
Expand Down