Join our
Discord!
LogoLogo
SupraScan ExplorerStarKey WalletDiscord
Node Operator
  • Network
  • Oracles
  • Automation
  • SupraNova
  • Guides
Node Operator
  • Overview
  • Node Operator FAQ
  • Node Setup Guide
  • Node Upgrade Guide
    • Upgrade Checklist (Pre-Upgrade Verification)
    • Download the Node Management Scripts
    • Update the Supra Node Docker Image
    • Validator Migration to 9.0.12
    • RPC Migration to 9.0.12
    • Starting the Supra Node
    • Monitor Node Synchronization
    • CLI Improvements
    • Recovery Guide
  • Creating SupraDesk Tickets via Email
Powered by GitBook
On this page
Edit on GitHub
  1. Node Upgrade Guide

Download the Node Management Scripts

Before proceeding with the upgrade, download the latest node management scripts.

To download the script, run the following command:

wget -O install_management_scripts.sh https://raw.githubusercontent.com/Entropy-Foundation/supra-nodeops-data/refs/heads/master/node_management/install_management_scripts.sh

Then make it executable by running the following command:

chmod +x ./install_management_scripts.sh

Now run the script using the following command:

./install_management_scripts.sh

This installs the following scripts:

manage_supra_nodes.sh

This handles node updates, syncing, and restarts.

migrate_to_v8.0.2.sh

This is a migration script for upgrading the database and CLI profile.

migrate_to_v9.0.x.sh

This is a migration script for upgrading the database and CLI profile.

Note:

  • The migrate_to_8.0.2.sh is kept, as mainnet is yet to be upgraded to v8.

PreviousUpgrade Checklist (Pre-Upgrade Verification)NextUpdate the Supra Node Docker Image

Last updated 11 days ago