# Node Upgrade (Toolbox)

## Update Binary Version via Validator Toolbox <a href="#update-image-version" id="update-image-version"></a>

**Step1:** Log into your node and access the Validator Toolbox main menu.

{% code title="Enter the following command:" %}

```
./findora.sh
```

{% endcode %}

**✅** Completed: Open the Validator Toolbox main menu.

**Step 2:** Initiate the upgrade by selecting option #8 and select Y to begin the upgrade. Note your node is expected to go offline briefly during the upgrade process.

<figure><img src="/files/5gRA45GFMr4P2Iqt9YcH" alt=""><figcaption><p>Validator Toolbox Main Menu</p></figcaption></figure>

**✅** Completed: Use BASH to run the update script and upgrade your node. Confirm the version.

**Step 3:** At the Validator Toolbox main menu, ensure "Current Container Build" displays `v0.x.yy-release` where "x" is the major release number and "yy" is the minor release number.&#x20;

{% hint style="info" %}
See the [**Upgrade Guides** ](/validator-materials/upgrade-guides.md)page for the most up-to-date version.
{% endhint %}

**✅** Completed: Ensure your node is upgraded.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.findora.org/validator-materials/upgrade-guides/node-upgrades.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
