SKALE 4.0.0 upgrade
Upgrade steps for the node server
-
Disable docker-lvmpy
Terminal window systemctl stop docker-lvmpy && systemctl disable docker-lvmpy -
Download new node-cli binary
Terminal window curl -L https://github.com/skalenetwork/node-cli/releases/download/2.6.2/skale-2.6.2-Linux-x86_64 > /usr/local/bin/skale -
Verify node-cli binary hash sum
Terminal window sha512sum /usr/local/bin/skaleExpected checksum
Terminal window e012e18b062015c234e364bc0cd49ee40e65243d725f2261a4a5a2d516ac2fd86d59f3b9104f15f4fbe4045ec3ead018cc7ec159d079001fe9293617602741e4 -
Make node-cli executable
Terminal window chmod +x /usr/local/bin/skale -
Update the following parameters to the new values
Terminal window CONTAINER_CONFIGS_STREAM=4.0.0 -
Run update procedure
Terminal window skale node update .env --yes