Links
Comment on page

Upgrade Node

Upgrade the node to the latest version without erasing any local data.

Upgrade your node's software

From time to time we will release new versions of the node software. Try to keep it up to date using the following commands for your host operating system:
Windows
Mac
Linux
You need to download the latest docker-compose.yml file from our Github repo: https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose/docker-compose.yml
cd .\Desktop\taraxa-ops-master\taraxa_compose\
docker-compose down
docker-compose pull
docker-compose up -d
docker-compose logs -f
cd ~/Desktop/taraxa-ops-master/taraxa_compose
curl -0 https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose/docker-compose.yml > docker-compose-new.yml && mv docker-compose-new.yml docker-compose.yml
docker-compose down
docker-compose pull
docker-compose up -d
docker-compose logs -f
From time to time we will release new versions of the node software. Try to keep it up to date using the following commands:
cd ~/taraxa-ops-master/taraxa_compose
wget -O docker-compose-new.yml https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose/docker-compose.yml && mv docker-compose-new.yml docker-compose.yml
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up -d
sudo docker-compose logs -f
GitHub is blocked in some countries. If you can't run the previous command please refer to the GitHub is blocked document.
Sometimes during breaking protocol changes we will advise you to reset your node's data. Don't worry, we will let you know when that is required.