How to update near mainnet node
stop the node
sudo systemctl stop neardchange to nearcore directory
cd nearcoreFetch and checkout last relesease tin this exampe i use version 1.31.0
screen # and press enterFind lates release here
https://github.com/near/nearcore/releasesgit fetch
git checkout 1.32.1
make release
sudo systemctl start neard && journalctl -n 100 -f -u neard | ccze -ALast updated