Hi everyone,
We have released Bor v2.7.1-beta, This release includes a few bor optimizations for stability and performance improvement.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop -
Install Bor with a version tag, network name (amoy, mainnet), and node type (sentry, validator, or archive).
# Replace the network & node_type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.7.1-beta <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.7.1-beta -
Restart bor service
sudo service bor start
Full Changelog: https://github.com/0xPolygon/bor/releases/tag/v2.7.1-beta
Thanks,
Polygon Team