Skip to content
Stand with Ukraine flag

ThingsBoard Docker Compose 3.3.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard to 3.3.4.1

ThingsBoard service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.3.4.1

Execute the following commands:

Terminal window
./docker-stop-services.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.3.4

ThingsBoard service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.3.4

Execute the following commands:

Terminal window
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.3.3

ThingsBoard service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.3.3

Execute the following commands:

Terminal window
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.3.2

ThingsBoard service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.3.2

Execute the following commands:

Terminal window
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.3.1

ThingsBoard service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.3.1

Execute the following commands:

Terminal window
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard to 3.3

ThingsBoard service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.3

Execute the following commands:

Terminal window
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh