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

# Upgrade

## Manual Upgrade

**upgrade at height**&#x20;

```bash
cd $HOME
wget -O sedad https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.6/sedad-amd64
chmod +x sedad
sudo mv $HOME/sedad $(which sedad)
sudo systemctl restart sedad && sudo journalctl -fu sedad -o cat
```
