> For the complete documentation index, see [llms.txt](https://services.validexis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.validexis.com/testnets/celestia/light-node-installation/upgrade.md).

# 🛠️  Upgrade

***Manual upgrade***

```bash
sudo systemctl stop celestia-light
cd $HOME
rm -rf celestia-node
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node
git checkout tags/v0.28.4-mocha 
make build 
sudo make install 
make cel-key

celestia light config-update

sudo systemctl restart celestia-light && sudo journalctl -u celestia-light -fo cat
```
