Node Upgrade (Manual)
Run the steps below to perform an upgrade on your Findora node at the CLI.
Update Binary Version via Docker
Step1: Run the command below to download the upgrade script to your node.
✅ Completed: Use WGET to download the latest binary.
Step 2: Run the command below to run the update script and upgrade your node.
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.
Ensure part of the output displays fractalfoundation/fractal: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.
✅ Completed: Ensure your node is upgraded.
Expectations
The Update Image Version
script will:
Last updated