ThingsBoard Docker Compose 4.3.x Upgrade Instructions
Upgrading ThingsBoard to latest 4.3.1 (4.3.1.1)
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.3.1.1Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard to 4.3.1
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.3.1Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard to latest 4.3.0 (4.3.0.1)
ThingsBoard service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.3.0.1Execute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.sh