πͺ’Upgrade (v0.13.0)
1. For manual upgrade
Upgrade story-geth:
Stop story-geth
sudo systemctl stop story-gethDownload new story-geth binary v0.10.1
cd $HOME
rm geth-linux-amd64
wget https://github.com/piplabs/story-geth/releases/download/v0.10.1/geth-linux-amd64
chmod +x geth-linux-amd64
mv $HOME/geth-linux-amd64 $HOME/go/bin/story-gethsource $HOME/.bash_profile
story-geth versionStart story-geth
sudo systemctl daemon-reload && \
sudo systemctl start story-geth && \
sudo journalctl -u story-geth -f -o catAll node operators must upgrade to Story client version v0.130 at block height
858,000
Stop node
sudo systemctl stop storyDownload new binary v0.13.1
Replace new binary version
Restart node
2. For Cosmovisor auto upgrade
Create upgrades folder
Download Story binary v0.13.0
Copy new binary to upgrades folder
Add Upgrade Information for new version
5. Verify the Setup
5. Set schedule for upgrade:
NoteFrom now please do not stop and restart node before block 858,000 . Because it will run forcely with new binary.
If you need to restart the node unexpectedly, please setup again:
Remove folder
Remove symlink:
Setup symlink v0.12.1 back:
Finally Start node & setup v0.13.0 with Cosmosvisor again.
Last updated
Was this helpful?