Upgrade Storage KV Node
Stop node
Section titled “Stop node”sudo systemctl stop 0gkv
Clone source code & build
Section titled “Clone source code & build”cd $HOME/0g-storage-kvgit stashgit fetch --all --tagsgit checkout v1.4.0git submodule update --init --recursivecargo build --release
Restart node
Section titled “Restart node”sudo systemctl start 0gkv && \sudo systemctl status 0gkv
Check logs
Section titled “Check logs”sudo journalctl -u 0gkv -f -o cat