You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
660 B
17 lines
660 B
8 months ago
|
= 数据备份和迁移
|
||
|
该功能主要用于在不同的环境对引擎的配置进行备份和迁移。
|
||
|
|
||
|
== 功能入口
|
||
|
|
||
|
image::use-help/migration/001.png[]
|
||
|
|
||
|
== 功能清单
|
||
|
[cols="1,2",options="header"]
|
||
|
|===
|
||
|
| 功能项 | 功能说明
|
||
|
| 导入数据 (通过上传文件导入) | 通过上传导出的 json 配置文件导入到引擎中
|
||
|
| 导出所有 | 将现有决策引擎中的所有配置信息全部导出成 json 文件
|
||
|
| 导入数据 (从服务器文件导入) | 通过指定服务器端的 json 配置文件将数据导入到引擎中
|
||
|
| 删除所有现有数据 | 将现有决策引擎中的所有配置信息全部删除
|
||
|
|===
|