Skip to content

Commit ff057a4

Browse files
committed
迁移说明增加专业版需导入license提示
1 parent b51c449 commit ff057a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/faq/install_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575

7676
### 5.3 Docker Desktop 安装的 MaxKB 迁移后目录路径内容为空,但 MaxKB 能正常运行
7777
!!! Abstract ""
78-
Docker Desktop 安装的 MaxKB 迁移后挂载路径内容为空,但 MaxKB 能正常运行
78+
Docker Desktop 安装的 MaxKB 迁移后挂载路径内容为空,但 MaxKB 能正常运行
7979
![解决方法](../../img/FAQ/Path missing.png)
8080
!!! Abstract ""
81-
安装 MaxKB V2 时,容器数据的挂载目录为 /opt/maxkb,修改挂载目录即可
81+
安装 MaxKB V2 时,容器数据的挂载目录为 /opt/maxkb,修改挂载目录即可
8282

8383
```
8484
V1:/var/lib/postgresql/data

docs/installation/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
综上所述,备份 MaxKB 主要需要备份运行路径,如 /opt/maxkb 目录即可。还原步骤如下:
1313

1414
- 该方式适用于相同版本 MaxKB 的迁移,请在新环境里安装同一个版本的 MaxKB,安装时请选择相同的配置参数
15-
- 停止 MaxKB 服务,执行命令:
15+
- 停止 MaxKB 服务,执行命令: mkctl stop
1616
- 把原环境里的运行目录 /opt/maxkb 整个目录覆盖掉新环境里的 /opt/maxkb 目录
17-
- 启动新环境里的 MaxKB 服务:
17+
- 启动新环境里的 MaxKB 服务: mkctl restart

docs/installation/migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
#### 3.1.2 导入数据
4949
!!! Abstract ""
50-
在 v2.1.0 机器上,确保 v2.1.0 版本的容器已经启动且没有任何其它数据。
50+
在 v2.1.0 机器上,确保 v2.1.0 版本的容器已经启动且没有任何其它数据**专业版需提前导入 license**
5151

5252
进入迁移工具目录,执行以下命令将数据导入 v2.1.0。
5353
```
@@ -96,7 +96,7 @@
9696

9797
#### 3.2.3 导入数据
9898
!!! Abstract ""
99-
在 v2.1.0 机器上,确保 v2.1.0 版本的容器已经启动且没有任何其它数据。
99+
在 v2.1.0 机器上,确保 v2.1.0 版本的容器已经启动且没有任何其它数据**专业版需提前导入 license**
100100
```
101101
#PowerShell 脚本
102102
.\import_v2_data.ps1 -ContainerName <v2_container_name>

0 commit comments

Comments
 (0)