Upgrading Edge PE to 3.5.1.1
Download the Edge package
Download ThingsBoard Edge package for Windows: tb-edge-windows-3.5.1.1pe.zip.
Stop the Edge service
1
net stop tb-edge
Back up the configuration
Make a backup of your ThingsBoard Edge configuration located in <ThingsBoard Edge install dir>\conf (for example, C:\tb-edge\conf).
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.
Run the upgrade script
Note: The upgrade script must be run with Administrator privileges.
1
C:\tb-edge>upgrade.bat --fromVersion=3.5.1
Start the Edge service
1
net start tb-edge
Upgrading Edge PE to 3.5.1
Download the Edge package
Download ThingsBoard Edge package for Windows: tb-edge-windows-3.5.1pe.zip.
Stop the Edge service
1
net stop tb-edge
Back up the configuration
Make a backup of your ThingsBoard Edge configuration located in <ThingsBoard Edge install dir>\conf (for example, C:\tb-edge\conf).
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.
Run the upgrade script
Note: The upgrade script must be run with Administrator privileges.
1
C:\tb-edge>upgrade.bat --fromVersion=3.5
Start the Edge service
1
net start tb-edge
Upgrading Edge PE to 3.5.0
Download the Edge package
Download ThingsBoard Edge package for Windows: tb-edge-windows-3.5pe.zip.
Stop the Edge service
1
net stop tb-edge
Back up the configuration
Make a backup of your ThingsBoard Edge configuration located in <ThingsBoard Edge install dir>\conf (for example, C:\tb-edge\conf).
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.
Run the upgrade script
Note: The upgrade script must be run with Administrator privileges.
1
C:\tb-edge>upgrade.bat --fromVersion=3.4.3
Start the Edge service
1
net start tb-edge