# Upgrade

### Use Auto Upgrade For Nolus-Rila

### Download script for auto upgrade

```
cd $HOME
wget https://raw.githubusercontent.com/konsortech/Node/main/Testnet/Nolus/Upgrade/v0.2.2.sh
chmod +x v0.2.2.sh
```

### Use Screen

```
screen -S nolus-upgrade
./v0.2.2.sh
```

### You will see result

```
 YOUR NODE WILL BE UPDATED TO VERSION: v0.2.2 ON BLOCK NUMBER: 1693000 

1682723 (10277 blocks left)
1682724 (10276 blocks left)
1682725 (10275 blocks left)
```

### Quit Screen and you can sleep as well :)

```
ctrl a+d
```


---

# 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.konsortech.xyz/node/testnet/nolus/upgrade.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.
