Manual upgrades
Upgrade Node by manually swapping the upgrade binary (without cosmovisor)
# ensure you replace `BINARY_VERSION` with the appropriate upgrade version cd $HOME/persistenceCore git pull git checkout BINARY_VERSION # replace with the binary version mkdir bin make build cp bin/persistenceCore <destination-binary> # destination binary SHOULD be at "~/go/bin/persistenceCore"
Last updated
Was this helpful?

