# Upgrade Checklist (Pre-Upgrade Verification)

Before upgrading, please complete the following steps.

### Backup Verification

* Backup your CLI profiles, validator keys.
* Store your backups securely using a cold storage solution.

### System Resource Check

Please make sure your system meets the following minimum hardware requirements:

| Component        | Minimum Requirements              |
| ---------------- | --------------------------------- |
| CPU              | Intel Xeon or AMD EPYC @ 3.2 GHz+ |
| RAM              | 64 GB                             |
| Disk Type        | SSD                               |
| Disk Space       | Minimum 2 TB                      |
| Network Speed    | 2 Gbps or more                    |
| Architecture     | x86/64                            |
| Operating System | Linux(Ubuntu 22.04 recommended)   |

### Network & Connectivity Check

The node requires open ports to communicate with the blockchain network.

| Network | Required Port |
| ------- | ------------- |
| testnet | 26000         |
| Mainnet | 30000         |

<br>


---

# 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://supraoracles.gitbook.io/supra/network/node/node-upgrade-guide-testnet/upgrade-checklist-pre-upgrade-verification.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.
