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