CHAIN DIGITAL | services for nodes
  • About CHAIN DIGITAL
  • Testnets
    • Celestia
      • Install
        • Full node
        • Bridge node
      • Upgrade
      • API/Snapshot/AddrBook
      • Useful Commands
      • Monitoring a Celestia consensus node
      • Celestia Validator monitoring guide with tenderduty
    • Walrus
      • Guide for Node Operators
  • MAINNETS
    • Celestia
      • Install
        • Full node
        • Bridge node
      • Upgrade
      • Useful Commands
    • Kusama
      • Install
      • Upgrade
      • RPC and Snapshot
      • Useful Commands
    • Polkadot
      • Install
      • Upgrade
      • RPC and Snapshot
      • Useful Commands
    • Sui
      • Sui Full Node
      • Sui Validator Node
  • VALIDATOR SECURITY
    • Server Security for Validators
Powered by GitBook
On this page
  • Automatic upgrade node
  • Manual upgrade node
  1. MAINNETS
  2. Polkadot

Upgrade

Automatic upgrade node

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/newupgrade.sh)

Manual upgrade node

sudo systemctl stop polkadot.service
cd polkadot-sdk
sudo git fetch
git checkout polkadot-v1.17.1
cargo build --release
sudo systemctl restart polkadot.service
sudo journalctl -u polkadot.service -f
PreviousInstallNextRPC and Snapshot

Last updated 3 months ago