Skip to content

Commit c21b05b

Browse files
authored
docs: fix heading levels (#1888)
Signed-off-by: WenyXu <[email protected]>
1 parent 8cfa124 commit c21b05b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/user-guide/deployments-administration/disaster-recovery/back-up-&-restore-meta-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ greptime cli meta snapshot save \
4242
--backend postgres-store
4343
```
4444

45-
### From MySQL Backend
45+
#### From MySQL Backend
4646

4747
Export metadata from MySQL to local directory:
4848

@@ -100,9 +100,9 @@ greptime cli meta snapshot restore \
100100
--backend postgres-store
101101
```
102102

103-
### From MySQL Backend
103+
#### To MySQL Backend
104104

105-
Export metadata from MySQL to local directory:
105+
Restore metadata from local backup file to MySQL:
106106

107107
```bash
108108
greptime cli meta snapshot restore \

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/disaster-recovery/back-up-&-restore-meta-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ greptime cli meta snapshot save \
4242
--backend postgres-store
4343
```
4444

45-
### 从 MySQL 后端导出
45+
#### 从 MySQL 后端导出
4646

4747
将元数据从 MySQL 导出到本地目录:
4848

@@ -99,7 +99,7 @@ greptime cli meta snapshot restore \
9999
--backend postgres-store
100100
```
101101

102-
### 导入到 MySQL 后端
102+
#### 导入到 MySQL 后端
103103

104104
从本地备份文件恢复元数据到 MySQL:
105105

0 commit comments

Comments
 (0)