⬆️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.

The difference between Mainnet and Testnet scripts are in the YAML files, please make sure you're following the right instructions for the network your node is on.

Mainnet

Download the latest docker-compose file: https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose_mainnet/docker-compose.yml

cd .\Desktop\taraxa-ops-master\taraxa_compose\
docker-compose down
docker-compose pull
docker-compose up -d
docker-compose logs -f

Testnet

Download the latest docker-compose file: 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

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.

Last updated