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

br fixes #1811

Merged
merged 2 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs-2.0/backup-and-restore/nebula-br/1.what-is-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Backup&Restore(简称 BR)是一款命令行界面(CLI)工具,可以帮
- 数据备份过程中,指定图空间中的 DDL 和 DML 语句将会阻塞,我们建议在业务低峰期进行操作,例如凌晨 2 点至 5 点。
- 数据恢复仅支持在相同拓扑的集群上进行,即原集群和目标集群的主机数量必须相同。
- 数据恢复需要删除数据并重启,建议离线进行。
- (实验性功能)如果备份 A 集群中的某个指定图空间,此备份无法还原至另一个集群 B,还原该指定图空间时将清除集群中其余所有图空间
- (实验性功能)如果备份 A 集群中的某个指定图空间,并恢复这个图空间数据至集群 B 时,集群 B 中其他图空间数据将被清除
<!-- - 备份或恢复部署在 Docker 中的数据时,需要做好网络配置,例如 IP 和端口的映射。 -->

<!--
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/backup-and-restore/nebula-br/4.br-restore-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
1. 用户可以使用以下命令列出现有备份信息:

```bash
$ ./bin/br show --storage <ip_address>
$ ./bin/br show --storage <storage_path>
```

例如,可以使用以下命令列出在本地 `/home/nebula/backup` 路径中的备份的信息。
Expand Down