> For the complete documentation index, see [llms.txt](https://service.coinhunterstr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://service.coinhunterstr.com/mainnet/avail/upgrade.md).

# Upgrade

```
cd avail
# screen -r avail ile screen içinde node durduruyoruz.

rm -rf x86_64-ubuntu-2204-avail-node.tar.gz
wget https://github.com/availproject/avail/releases/download/v2.2.5.1/x86_64-ubuntu-2204-avail-node.tar.gz
tar -xf x86_64-ubuntu-2204-avail-node.tar.gz

# screen -r avail ile screen içinde node tekrar başlatıyoruz. 
./avail-node --chain mainnet --name [name your node] --validator
```
