File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ```
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>
You can’t perform that action at this time.
0 commit comments