Skip to content
Stand with Ukraine flag

ThingsBoard Windows 3.7.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard to 3.7

ThingsBoard package download

Download ThingsBoard installation file for Windows: thingsboard-windows-3.7.0.zip.

ThingsBoard service upgrade

  • Stop ThingsBoard service if it is running.
net stop thingsboard
  • Make a backup of previous ThingsBoard configuration located in \<ThingsBoard install dir>\conf (for example, C:\thingsboard\conf).
  • Remove ThingsBoard install dir.
  • Unzip installation archive to ThingsBoard install dir.
  • Compare and merge your old ThingsBoard configuration files (from the backup you made in the first step) with new ones.

Execute regular upgrade script:

C:\thingsboard>upgrade.bat --fromVersion=3.6.4

Start the service

net start thingsboard