Update
These instructions are for full nodes that are running on previous versions of RealioNetwork and need to update to the latest version of the RealioNetwork software.
Manual upgrade
sudo systemctl stop realio-networkdcp ~/.realio-network/config/priv_validator_key.json ~/priv_validator_key.json
cp ~/.realio-network/config/node_key.json ~/node_key.json
cp ~/.realio-network/data/priv_validator_state.json ~/priv_validator_state.jsoncd <installation-path>
# e.g.
# cd ~/realio-networkgit fetch --tags
git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
make build && make installgit tags --listgit checkout tags/<tag> # Example: git checkout tags/v4.1.0
Cosmovisor
Automatic upgrade (with Cosmovisor)
Last updated