From f568a3411d92425632b6c5db52f20ad59a3b9176 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:20:17 +0800 Subject: [PATCH] update br-ent 3.4.1 --- .../nebula-br-ent/1.br-ent-overview.md | 1 + .../nebula-br-ent/2.install-tools.md | 2 +- .../backup-and-restore/nebula-br-ent/3.backup-data.md | 9 +++++++++ .../backup-and-restore/nebula-br-ent/4.restore-data.md | 10 ++++++++++ mkdocs.yml | 4 ++-- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/docs-2.0/backup-and-restore/nebula-br-ent/1.br-ent-overview.md b/docs-2.0/backup-and-restore/nebula-br-ent/1.br-ent-overview.md index 746a32a7cdc..1f33016cd17 100644 --- a/docs-2.0/backup-and-restore/nebula-br-ent/1.br-ent-overview.md +++ b/docs-2.0/backup-and-restore/nebula-br-ent/1.br-ent-overview.md @@ -15,6 +15,7 @@ Backup&Restore(简称 BR)企业版是一款命令行界面(CLI)工具。 - 支持基于以下存储环境备份和恢复数据: - 本地磁盘(SSD 或 HDD),建议搭配共享存储服务(NFS)。 - 兼容亚马逊对象存储(Amazon S3)云存储服务接口,例如:阿里云对象存储(Alibaba Cloud OSS)、MinIO、Ceph RGW 等。 +- 支持查看备份或恢复的进度。 ## 限制 diff --git a/docs-2.0/backup-and-restore/nebula-br-ent/2.install-tools.md b/docs-2.0/backup-and-restore/nebula-br-ent/2.install-tools.md index b0c9d6eae24..1b2c02e07c2 100644 --- a/docs-2.0/backup-and-restore/nebula-br-ent/2.install-tools.md +++ b/docs-2.0/backup-and-restore/nebula-br-ent/2.install-tools.md @@ -10,7 +10,7 @@ |NebulaGraph 企业版|BR 企业版|Agent | |:---|:---|:---| -|3.4.1|3.4.0|3.4.0| +|3.4.1|3.4.1、3.4.0|3.4.0| ## 安装 BR(企业版) diff --git a/docs-2.0/backup-and-restore/nebula-br-ent/3.backup-data.md b/docs-2.0/backup-and-restore/nebula-br-ent/3.backup-data.md index c37b5cfca94..aa01af5fd41 100644 --- a/docs-2.0/backup-and-restore/nebula-br-ent/3.backup-data.md +++ b/docs-2.0/backup-and-restore/nebula-br-ent/3.backup-data.md @@ -185,6 +185,15 @@ | `--s3.secret_key`| string | 否 | 无 | 用户用于加密签名字符串和用来验证签名字符串的密钥,必须保密。 | | `--base` | string | 是 | 无 | 之前任一备份的目录名。基于此备份,进行增量备份。 | +## 查看备份进度 + +在安装目录内可以查看 BR 的日志文件`br.log`。日志文件会记录备份进度,内容类似: + +```log +{"level":"info","msg":"full upload storaged partition finished, progress: 1/20","time":"2023-03-15T02:13:20.946Z"} +{"level":"info","msg":"full upload storaged partition finished, progress: 2/20","time":"2023-03-15T02:13:21.154Z"} +{"level":"info","msg":"full upload storaged partition finished, progress: 3/20","time":"2023-03-15T02:13:21.537Z"} +``` ## 下一步 diff --git a/docs-2.0/backup-and-restore/nebula-br-ent/4.restore-data.md b/docs-2.0/backup-and-restore/nebula-br-ent/4.restore-data.md index 935bd9bfb7d..af9e2c43f50 100644 --- a/docs-2.0/backup-and-restore/nebula-br-ent/4.restore-data.md +++ b/docs-2.0/backup-and-restore/nebula-br-ent/4.restore-data.md @@ -112,3 +112,13 @@ | `--s3.endpoint` | string | 否 | 无 | S3 对外服务的访问域名的 URL,指定 http 或 https。 | | `--s3.region` | string | 否 | 无 | 数据中心所在物理位置。 | | `--s3.secret_key` | string | 否 | 无 | 用户用于加密签名字符串和用来验证签名字符串的密钥,必须保密。 | + +## 查看恢复进度 + +在安装目录内可以查看 BR 的日志文件`br.log`。日志文件会记录恢复进度,内容类似: + +```log +{"level":"info","msg":"download storaged partition finished, progress: 1/20","time":"2023-03-15T02:16:43.430Z"} +{"level":"info","msg":"download storaged partition finished, progress: 2/20","time":"2023-03-15T02:16:43.431Z"} +{"level":"info","msg":"download storaged partition finished, progress: 3/20","time":"2023-03-15T02:16:43.763Z"} +``` diff --git a/mkdocs.yml b/mkdocs.yml index 61be357e7e4..43f89a8c2e5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -216,8 +216,8 @@ extra: branch: release-3.3 tag: v3.3.0 br_ent: - release: 3.4.0 - tag: v3.4.0 + release: 3.4.1 + tag: v3.4.1 agent: release: 3.4.0 tag: v3.4.0