> 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/cheqd/upgrade.md).

# Upgrade

## Manual Upgrade

**upgrade at height** [*17334100*](https://explorer.syanodes.my.id/cheqd-mainnet/block/17334100)

```bash
cd $HOME
mkdir download
cd download
curl -LO https://github.com/cheqd/cheqd-node/releases/download/v3.1.5/cheqd-noded-3.1.5-linux-amd64.tar.gz
tar -xvf cheqd-noded-3.1.5-linux-amd64.tar.gz
rm cheqd-noded-3.1.5-linux-amd64.tar.gz
chmod +x cheqd-noded
sudo mv $HOME/download/cheqd-noded $(which cheqd-noded)
sudo systemctl restart cheqd-noded && sudo journalctl -fu cheqd-noded -o cat
```
