Shockwave Delta v1.4
Secret Network v1.4 "Shockwave Delta" Upgrade Instructions
β οΈ IMPORTANT NOTES β οΈ
Upgrading Manually
1:25PM ERR UPGRADE "v1.4" NEEDED at height: 5309200:
1:25PM ERR CONSENSUS FAILURE!!! err="UPGRADE \"v1.4\" NEEDED at height: 5309200# Stop the v1.3 node, to make sure that your process manager isn't trying to restart it while you upgrade
sudo systemctl stop secret-node
# Get & verify secretd v1.4
# Check what database type you're currently using:
awk -F \" '/^db_backend =/{print $2}' ~/.secretd/config/config.toml
# Uncomment the right binary based on the database type: `rocksdb` or `goleveldb`
## goleveldb
# wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.4.0/secretnetwork_1.4.0_mainnet_goleveldb_amd64.deb"
# echo "f96ec8e04d6c7ad919d307435045c2bf538965d7786236a4ca7655f63caee77a secretnetwork_1.4.0_mainnet_goleveldb_amd64.deb" | sha256sum --check
## rocksdb
# wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.4.0/secretnetwork_1.4.0_mainnet_rocksdb_amd64.deb"
# echo "42d203d1eec2d4d0720d3a9d206888bd7c1385c589fcc21a11514c95fcdbc169 secretnetwork_1.4.0_mainnet_rocksdb_amd64.deb" | sha256sum --check
# Install v1.4 binaries
sudo apt install -y ./secretnetwork_1.4.0_mainnet_*_amd64.deb
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-nodeUpgrading Automatically Using Cosmovisor
Details of Upgrade Time
In Case of an Upgrade Failure
Last updated
Was this helpful?