ThingsBoard PE Docker Compose 4.3.x Upgrade Instructions
Upgrading ThingsBoard PE to 4.3.1.3 (latest 4.3.1 patch)
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.3.1.3PEExecute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard PE to 4.3.0.1 (latest 4.3.0 patch)
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=4.3.0.1PEExecute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shWas this helpful?
Thank you for your feedback!