Skip to content

Commit

Permalink
br: update br code repo address (pingcap#10412)
Browse files Browse the repository at this point in the history
  • Loading branch information
shichun-0415 authored Jul 8, 2022
1 parent 0d6b5ca commit 8e5cb14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion br/backup-and-restore-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BR 将备份或恢复操作命令下发到各个 TiKV 节点。TiKV 收到命令

## BR 设计

备份恢复流程的详细设计可以参考[备份恢复设计方案](https://github.com/pingcap/br/blob/980627aa90e5d6f0349b423127e0221b4fa09ba0/docs/cn/2019-08-05-new-design-of-backup-restore.md)
备份恢复流程的详细设计可以参考[备份恢复设计方案](https://github.com/pingcap/tidb/blob/master/br/docs/cn/2019-08-05-new-design-of-backup-restore.md)

## 备份文件

Expand Down
2 changes: 1 addition & 1 deletion br/backup-and-restore-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases: ['/docs-cn/dev/br/backup-and-restore-tool/','/docs-cn/dev/reference/too

# BR 简介

[BR](https://github.com/pingcap/br) 全称为 Backup & Restore,是 TiDB **分布式备份恢复**的命令行工具,用于对 TiDB 集群进行数据备份和恢复。BR 除了可以用来进行常规的备份恢复外,也可以在保证兼容性前提下用来做大规模的数据迁移。
[BR](https://github.com/pingcap/tidb/tree/master/br) 全称为 Backup & Restore,是 TiDB **分布式备份恢复**的命令行工具,用于对 TiDB 集群进行数据备份和恢复。BR 除了可以用来进行常规的备份恢复外,也可以在保证兼容性前提下用来做大规模的数据迁移。

本文介绍了 BR 的架构、功能和使用前须知(限制、使用建议)。

Expand Down
2 changes: 1 addition & 1 deletion migrate-from-tidb-to-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ aliases: ['/zh/tidb/dev/incremental-replication-between-clusters/']

## 第 2 步:迁移全量数据

搭建好测试环境后,可以使用 [BR](https://github.com/pingcap/br) 工具的备份和恢复功能迁移全量数据。BR 工具有多种[使用方式](/br/br-deployment.md#使用方式),本文中使用 SQL 语句 [`BACKUP`](/sql-statements/sql-statement-backup.md) 和 [`RESTORE`](/sql-statements/sql-statement-restore.md) 进行备份恢复。
搭建好测试环境后,可以使用 [BR](https://github.com/pingcap/tidb/tree/master/br) 工具的备份和恢复功能迁移全量数据。BR 工具有多种[使用方式](/br/br-deployment.md#使用方式),本文中使用 SQL 语句 [`BACKUP`](/sql-statements/sql-statement-backup.md) 和 [`RESTORE`](/sql-statements/sql-statement-restore.md) 进行备份恢复。

> **注意:**
>
Expand Down
2 changes: 1 addition & 1 deletion releases/release-3.1.0-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ TiDB Ansible 版本:3.1.0 GA
* 修复因为 TiFlash 相关的 DDL job 导致 Drainer 同步中断的问题 [#948](https://github.com/pingcap/tidb-binlog/pull/948) [#942](https://github.com/pingcap/tidb-binlog/pull/942)

- BR

* 修复关闭 checksum 情况下,仍然执行 checksum 的问题 [#223](https://github.com/pingcap/br/pull/223)
* 修复 TiDB 开启 auto-random 或 alter-pk 时,增量备份失败的问题 [#230](https://github.com/pingcap/br/pull/230) [#231](https://github.com/pingcap/br/pull/231)
2 changes: 1 addition & 1 deletion replicate-between-primary-and-secondary-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ summary: 了解如何配置一个 TiDB 集群以及该集群的 TiDB 或 MySQL

## 第 2 步:迁移全量数据

搭建好测试环境后,可以使用 [BR](https://github.com/pingcap/br) 工具的备份和恢复功能迁移全量数据。BR 工具有多种[使用方式](/br/br-deployment.md#使用方式),本文中使用 SQL 语句 [`BACKUP`](/sql-statements/sql-statement-backup.md) 和 [`RESTORE`](/sql-statements/sql-statement-restore.md) 进行备份恢复。
搭建好测试环境后,可以使用 [BR](https://github.com/pingcap/tidb/tree/master/br) 工具的备份和恢复功能迁移全量数据。BR 工具有多种[使用方式](/br/br-deployment.md#使用方式),本文中使用 SQL 语句 [`BACKUP`](/sql-statements/sql-statement-backup.md) 和 [`RESTORE`](/sql-statements/sql-statement-restore.md) 进行备份恢复。

> **注意:**
>
Expand Down

0 comments on commit 8e5cb14

Please sign in to comment.