- Upgrading SENTIENT to latest 4.2.x (4.2.2.1)
- Upgrading SENTIENT to 4.2.1.2
- Upgrading SENTIENT to 4.2
Upgrading SENTIENT to latest 4.2.x (4.2.2.1)
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.2.2.1. -
Execute the following commands:
1
2
docker pull sentient/tb-node:4.2.2.1
docker compose stop sentient-ce
1
docker compose run --rm -e UPGRADE_TB=true sentient-ce
1
docker compose up -d
Upgrading SENTIENT to 4.2.1.2
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.2.1.2. -
Execute the following commands:
1
2
docker pull sentient/tb-node:4.2.1.2
docker compose stop sentient-ce
1
docker compose run --rm -e UPGRADE_TB=true sentient-ce
1
docker compose up -d
Upgrading SENTIENT to 4.2
SENTIENT service upgrade
-
Change the version of the
sentient/tb-nodein thedocker-compose.ymlfile to the 4.2.0. -
Execute the following commands:
1
2
docker pull sentient/tb-node:4.2.0
docker compose stop sentient-ce
1
docker compose run --rm -e UPGRADE_TB=true sentient-ce
1
docker compose up -d