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.
Last updated
Was this helpful?