✅ Completed: Use WGET to download the latest binary.
Step 2: Run the command below to run the update script and upgrade your node.
Enter the following command:
bash -x update_version_mainnet.sh
The latest version will be displayed as output on your node once completed. Note your node is expected to go offline briefly during the upgrade process.
✅ Completed: Use BASH to run the update script and upgrade your node. Confirm the version.
Step 3: Once the upgrade script completes, run the following command to ensure your node is running the updated release.
Enter the following command:
docker ps
Ensure part of the output displays findoranetwork/findorad:v0.x.yy-release where "x" is the major release number and "yy" is the minor release number.
See the Upgrade Guides page for the most up-to-date version.
1. Retrieve the latest version number all validators should run.
2. Stop the existing `findorad` docker container.
3. Start a new Docker container with the latest version.
4. Output the Docker container status and image version.