ThingsBoard PE Docker Compose 3.4.x Upgrade Instructions
Upgrading ThingsBoard PE to 3.4.4
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.4.4PEExecute the following commands:
./docker-stop-services.sh./docker-start-services.shUpgrading ThingsBoard PE to 3.4.3
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.4.3PEExecute the following commands:
./docker-stop-services.sh./docker-start-services.shUpgrading ThingsBoard PE to 3.4.2
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.4.2PEExecute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard PE to 3.4.1
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.4.1PEExecute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.shUpgrading ThingsBoard PE to 3.4
ThingsBoard PE service upgrade
Change the parameter TB_VERSION in the .env file:
TB_VERSION=3.4PEExecute the following commands:
./docker-stop-services.sh./docker-upgrade-tb.sh./docker-start-services.sh