๐ ๏ธ Upgrade
Manual upgrade
sudo systemctl stop celestia-lightcd $HOME
rm -rf celestia-node
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node
git checkout tags/v0.26.4 
make build 
sudo make install 
make cel-key
celestia light config-update
sudo systemctl restart celestia-light && sudo journalctl -u celestia-light -fo catLast updated