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

# 🛠️  Upgrade

***Automatic upgrade***

```bash
source <(curl -s https://raw.githubusercontent.com/validexisinfra/Juno/main/upgrademain.sh)
```

***Manual upgrade***

```bash
cd $HOME/juno
git fetch --tags && git checkout v29.0.0
make install
junod version

sudo systemctl restart junod && sudo journalctl -fu junod -o cat
```
