From 00da75d6593b3f115d337a48d75ab526df14e3a0 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:32:47 +0800 Subject: [PATCH] opts-310 (#1780) Update 2.compile-br.md --- .../nebula-br/1.what-is-br.md | 6 +- .../nebula-br/2.compile-br.md | 114 +++++++++++++++++- .../nebula-br/3.br-backup-data.md | 26 ++-- .../nebula-br/4.br-restore-data.md | 27 +++-- mkdocs.yml | 5 +- 5 files changed, 140 insertions(+), 38 deletions(-) diff --git a/docs-2.0/backup-and-restore/nebula-br/1.what-is-br.md b/docs-2.0/backup-and-restore/nebula-br/1.what-is-br.md index 22111f1c9e3..9ffa22b7432 100644 --- a/docs-2.0/backup-and-restore/nebula-br/1.what-is-br.md +++ b/docs-2.0/backup-and-restore/nebula-br/1.what-is-br.md @@ -19,11 +19,9 @@ The BR has the following features. It supports: - Supports full backup, but not incremental backup. - Currently, NebulaGraph Listener and full-text indexes do not support backup. - If you back up data to the local disk, the backup files will be saved in the local path of each server. You can also mount the NFS on your host to restore the backup data to a different host. -- The backup graph space can be restored to the original cluster only. Cross clusters restoration is not supported. - During the backup process, both DDL and DML statements in the specified graph spaces are blocked. We recommend that you do the operation within the low peak period of the business, for example, from 2:00 AM to 5:00 AM. -- Supports restoration of data on clusters of the same topologies only, which means both clusters must have exactly the same number of hosts. +- The backup graph space can be restored to the original cluster only. Cross clusters restoration is not supported. Make sure the number of hosts in the cluster is not changed. Restoring a specified graph space will delete all other graph spaces in the cluster. - We recommend that you restore the data OFFLINE because it requires removing the data and restart the service. -- If you back up data of a specified graph space in cluster A and restore the graph space data to cluster B, the data of other graph spaces in cluster B will be deleted.