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

RPC Migration to 9.0.12

PreviousValidator Migration to 9.0.12NextStarting the Supra Node

Last updated 11 days ago

Run the following command to migrate the database and configuration files of your RPC node to the latest version.

The database migration requires syncing a snapshot that we have already updated and may take several hours, so you may want to consider running the process in the background.

./migrate_to_v9.0.x.sh rpc <container_name> <host_supra_home> <validator_ip>

After the script completes:

  1. Transfer your custom settings from config_v8.0.x.toml to config.toml.

  2. Enter the updated Docker container and attempt to start the node interactively:

docker exec -it <container_name> /bin/bash
./rpc_node start

Wait for a couple of minutes to see if the process terminates with an error.

If it does, then please contact and share a screenshot or text copy of the error.

If no error is shown, stop the node again and follow the to start it again

Finally, follow the steps in the to check if your node is in sync.

Supra Support
normal steps
Monitor Node Synchronization article