Upgrading Edge CE to 3.4.3
下载Edge安装包
下载Windows版ThingsBoard Edge安装包: tb-edge-windows-3.4.3 zip.
停止Edge服务:
1
net stop tb-edge
备份位于<ThingsBoard Edge安装目录>\conf(例如C:\tb-edge\conf)中的ThingsBoard Edge配置。
解压并更新配置:
- 解压ThingsBoard Edge安装包。
- 将旧配置文件(来自备份)与新配置文件进行比较。
- 将自定义设置合并到新配置文件中。
运行升级脚本
注意: 升级脚本必须以管理员权限运行。
1
C:\tb-edge>upgrade.bat --fromVersion=3.4.1
启动服务
1
net start tb-edge
Upgrading Edge CE to 3.4.1
下载Edge安装包
下载Windows版ThingsBoard Edge安装包: tb-edge-windows-3.4.1 zip.
Stop the Edge service
1
net stop tb-edge
Back up the configuration
备份位于<ThingsBoard Edge安装目录>\conf(例如C:\tb-edge\conf)中的ThingsBoard Edge配置。
Extract and update configuration
- Extract the ThingsBoard Edge package.
- Compare your old configuration files (from the backup) with the new ones.
- Merge any custom settings into the new configuration files.
运行升级脚本
注意: 升级脚本必须以管理员权限运行。
1
C:\tb-edge>upgrade.bat --fromVersion=3.4.0
启动服务
1
net start tb-edge
Upgrading Edge CE to 3.4.0
下载Edge安装包
下载Windows版ThingsBoard Edge安装包: tb-edge-windows-3.4 zip.
Stop the Edge service
1
net stop tb-edge
Back up the configuration
备份位于<ThingsBoard Edge安装目录>\conf(例如C:\tb-edge\conf)中的ThingsBoard Edge配置。
Extract and update configuration
- Extract the ThingsBoard Edge package.
- Compare your old configuration files (from the backup) with the new ones.
- Merge any custom settings into the new configuration files.
运行升级脚本
注意: 升级脚本必须以管理员权限运行。
1
C:\tb-edge>upgrade.bat --fromVersion=3.3.4.1
启动服务
1
net start tb-edge