Upgrade Storage KV Node
Stop node
Section titled “Stop node”sudo systemctl stop 0gkvClone 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 --releaseRestart node
Section titled “Restart node”sudo systemctl start 0gkv && \sudo systemctl status 0gkvCheck logs
Section titled “Check logs”sudo journalctl -u 0gkv -f -o cat