Download the Node Management Scripts for Validator
Before proceeding with the upgrade, download the latest node management scripts.
To download the script, run the following command:
wget https://mainnet-data.supra.com/configs/validator_migration.sh
Then make it executable by running the following command:
chmod +x validator_migration.sh
Now run the script using the following command:
./validator_migration.sh <container_name> <supra_home>
PreviousUpgrade Checklist (Pre-Upgrade Verification)NextDownload the Node Management Scripts for RPC
Last updated