πŸͺ’Upgrade (v0.13.0)

1. For manual upgrade

Upgrade story-geth:

Stop story-geth

sudo systemctl stop story-geth

Download 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 version

Start story-geth

sudo systemctl daemon-reload && \
sudo systemctl start story-geth && \
sudo journalctl -u story-geth -f -o cat

All node operators must upgrade to Story client version v0.130 at block height 858,000

Stop node

sudo systemctl stop story

Download new binary v0.13.1

Replace new binary version

Restart node

2. For Cosmovisor auto upgrade

circle-info

Upgrade latest cosmovisor version v1.7.0

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:

circle-info

Note

To schedule an upgrade to a new client version at a specific block height, cosmovisor should already be running. Once confirmed, open a separate terminal and run:

Note

From 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