Cryptocurrency nodes have to be updated regularly throughout the deployment lifetime to always stay on the right chain of the network and to have the latest security updates and improvements.
To update your systemd-based cryptocurrency node installation, go through the following steps:
mv parity /usr/local/bin
)systemctl restart parity
)journalctl -xefu parity
)Compose-based installations are similar to SSD ones in terms of the upgrade path:
docker-compose up -Vd parity
)docker-compose logs -f parity
)Kubernetes-based cryptonode installations are usually managed by OPEX:
./bin/opex deps install *cryptonode*
kubectl logs -n *deployment_id*-backend *cryptonode_pod_name*
)