ThingsBoard Docker Compose 3.2.x Upgrade Instructions
Upgrading ThingsBoard to 3.2.2
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.2.2Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard to 3.2.1
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.2.1Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard to 3.2
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.2Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.sh