🖱️Upgrade

Latest Version: v6.2.5-mocha

rm -rf $HOME/celestia-app
git clone https://github.com/celestiaorg/celestia-app/
cd $HOME/celestia-app
git checkout v6.2.5-mocha
make install

Check the node version:

celestia-appd version --long | grep -e commit -e version

Result:
#version: 6.2.5
#commit: 7b98de1e

Restart the node

sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -n100 -ocat

Last updated