🖱️Upgrade

Latest Version: v6.3.0

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

Check the node version:

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

Result:
#version: 6.3.0
#commit: 55bd178f

Restart the node

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

Last updated