Skip to content
Stand with Ukraine flag

ThingsBoard PE Docker Compose 3.6.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard PE to 3.6.4

ThingsBoard PE service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.6.4PE

Execute the following commands:

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

Upgrading ThingsBoard PE to 3.6.3

ThingsBoard PE service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.6.3PE

Execute the following commands:

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

Upgrading ThingsBoard PE to 3.6.2

ThingsBoard PE service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.6.2PE

Execute the following commands:

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

Upgrading ThingsBoard PE to 3.6.1

ThingsBoard PE service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.6.1PE

Execute the following commands:

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

Upgrading ThingsBoard PE to 3.6

ThingsBoard PE service upgrade

Change the parameter TB_VERSION in the .env file:

Terminal window
TB_VERSION=3.6.0PE

Execute the following commands:

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