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

# Upgrade

```bash
cd $HOME/go/bin/
```

Download a new binary and let

```
wget -O atomoned_v3.0.3 https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64
```

```
chmod +x atomoned_v3.0.3
```

```
sudo cp $(which atomoned) $(which atomoned).backup
```

Move it over the old binary

```
sudo mv atomoned_v3.0.3 $(which atomoned)
```

Restart the node and follow the logs.

```
sudo systemctl restart atomoned
sudo journalctl -u atomoned -f
```
