Upgrading SENTIENT to 4.0.2
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.0.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
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.0.1. -
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
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.0.0. -
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