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

# Upgrade

## Manual Upgrade

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

```bash
cd $HOME
wget -O shentud https://github.com/shentufoundation/shentu/releases/download/v2.15.0/shentud_2.15.0_linux_amd64
chmod +x shentud
sudo mv $HOME/shentud $(which shentud)
sudo systemctl restart shentud && sudo journalctl -fu shentud -o cat
```
