ThingsBoard Docker Compose 4.2.x Upgrade Instructions
Upgrading ThingsBoard to 4.2.2.3 (latest 4.2.2 patch)
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.2.2.3Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard to 4.2.1.2 (latest 4.2.1 patch)
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.2.1.2Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard to 4.2
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.2.0Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shWas this helpful?
Thank you for your feedback!