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

SENTIENT v4.0.x upgrade instructions for Docker

Upgrading SENTIENT to 4.0.2

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.9.x. In order to upgrade to 4.0.2 you need to upgrade to 3.9.x first.

SENTIENT service upgrade

  1. Change the version of the sentient/tb-node in the docker-compose.yml file to the 4.0.2.

  2. Execute the following commands:

1
2
3
4
docker pull sentient/tb-node:4.0.2
docker compose stop sentient-ce
docker compose run --rm -e UPGRADE_TB=true sentient-ce 
docker compose up -d

Upgrading SENTIENT to 4.0.1

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.9.x. In order to upgrade to 4.0.1 you need to upgrade to 3.9.x first.

SENTIENT service upgrade

  1. Change the version of the sentient/tb-node in the docker-compose.yml file to the 4.0.1.

  2. Execute the following commands:

1
2
3
4
docker pull sentient/tb-node:4.0.1
docker compose stop sentient-ce
docker compose run --rm -e UPGRADE_TB=true sentient-ce 
docker compose up -d

Upgrading SENTIENT to 4.0

Doc info icon

NOTE:

These upgrade steps are applicable for SENTIENT version 3.9.x. In order to upgrade to 4.0 you need to upgrade to 3.9.x first.

SENTIENT service upgrade

  1. Change the version of the sentient/tb-node in the docker-compose.yml file to the 4.0.0.

  2. Execute the following commands:

1
2
3
4
docker pull sentient/tb-node:4.0.0
docker compose stop sentient-ce
docker compose run --rm -e UPGRADE_TB=true sentient-ce 
docker compose up -d