> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/mainnets/celestia/light-node/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;31.07.25**

*<mark style="color:yellow;">at Height -></mark>* 6728596

```bash
cd $HOME/celestia-node/
git pull
git checkout tags/v0.24.1
make build 
make install 
make cel-key
celestia version
#Semantic version: v0.24.1
#Commit:
sudo systemctl stop celestia-light
celestia light config-update
sudo systemctl restart celestia-light && sudo journalctl -fu celestia-light -ocat
```

&#x20;                              **GitHub**

<https://github.com/celestiaorg/celestia-node/tags>
