Skip to content
Stand with Ukraine flag

ThingsBoard Docker Compose 3.6.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard to 3.6.4

ThingsBoard service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=3.6.4
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.6.3

ThingsBoard service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=3.6.3
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.6.2

ThingsBoard service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=3.6.2
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.6.1

ThingsBoard service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=3.6.1
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.6

ThingsBoard service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=3.6.0
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh