These instructions are only applicable to testnet. This can be ignored for mainnet.
1. SSH into the node as monad user
2. Upgrade monad package
sudo apt update && sudo apt install --reinstall monad=0.14.2 -y --allow-downgrades --allow-change-held-packages
3. Restart the services and verify
sudo systemctl restart monad-bft monad-execution monad-rpc
sudo systemctl status monad-bft monad-execution monad-rpc --no-pager -l
Expected output: All services should show Active: active (running)
4. Verify the correct version is running
Expected output:
monad-rpc {"commit":"6307011c2acaf1349f2b6dbf488d2bb9e2844d2e","tag":"v0.14.2","branch":"","modified":true}