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

# Upgrade

## Manual Upgrade

**upgrade at height**

```bash
cd $HOME
mkdir download
cd download
wget -O atomoned https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-amd64
chmod +x atomoned
mv atomoned $HOME/go/bin
sudo systemctl restart atomoned && sudo journalctl -fu atomoned -o cat 
```
