Pricing Try it now
Professional Edition
Getting Started Documentation Guides
Architecture API FAQ
On this page

SENTIENT Professional Edition v3.9.x upgrade instructions for Docker

Upgrading SENTIENT Professional Edition to 3.9.1

Doc info icon

NOTE:
These upgrade steps are applicable for SENTIENT version 3.9PE. In order to upgrade to 3.9.1PE you need to upgrade to 3.9PE first.

doc warn icon

Legacy installations based on the sentient/tb-pe image require migration to the new deployment structure prior to upgrading. Please refer to the migration guide to complete this process first.

SENTIENT Professional Edition service upgrade

  1. Change the version of the sentient/tb-pe-node and sentient/tb-pe-web-report in the docker-compose.yml file to the 3.9.1PE.

  2. Execute the following commands:

1
2
3
4
5
docker pull sentient/tb-pe-node:3.9.1PE
docker pull sentient/tb-pe-web-report:3.9.1PE
docker compose stop sentient-pe
docker compose run --rm -e UPGRADE_TB=true sentient-pe
docker compose up -d

Upgrading SENTIENT Professional Edition to 3.9.0

Doc info icon

NOTE:
These upgrade steps are applicable for SENTIENT version 3.8.1PE. In order to upgrade to 3.9PE you need to upgrade to 3.8.1PE first.

doc warn icon

Legacy installations based on the sentient/tb-pe image require migration to the new deployment structure prior to upgrading. Please refer to the migration guide to complete this process first.

SENTIENT Professional Edition service upgrade

  1. Change the version of the sentient/tb-pe-node and sentient/tb-pe-web-report in the docker-compose.yml file to the 3.9.0PE.

  2. Execute the following commands:

1
2
3
4
5
  docker pull sentient/tb-pe-node:3.9.0PE
  docker pull sentient/tb-pe-web-report:3.9.0PE
  docker compose stop sentient-pe
  docker compose run --rm -e UPGRADE_TB=true -e FROM_VERSION="3.8.1" sentient-pe
  docker compose up -d