Skip to content
Stand with Ukraine flag

ThingsBoard PE Docker Compose 4.2.x Upgrade Instructions

← Back to all versions

Upgrading ThingsBoard PE to latest 4.2.2 (4.2.2.1)

ThingsBoard PE service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=4.2.2.1PE
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard PE to latest 4.2.2 (4.2.2)

ThingsBoard PE service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=4.2.2PE
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard PE to latest 4.2.1 (4.2.1.2)

ThingsBoard PE service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=4.2.1.2PE
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh

Upgrading ThingsBoard PE to 4.2

ThingsBoard PE service upgrade

  1. Change the parameter TB_VERSION in the .env file:
    TB_VERSION=4.2.0PE
  2. Execute the following commands:
./docker-stop-services.sh
./docker-upgrade-tb.sh
./docker-start-services.sh