Upgrade notes
1. SSH into the node as monad user
2. Upgrade monad package
3. Restart the services and verify
Active: active (running)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
MAX_REDUNDANCY cap has been lowered from 7 to 3. If you have customized raptor10_fullnode_redundancy_factor in your node.toml to be higher than 3, you must lower it before upgrading or the node will fail to start with BuildError::RedundancyTooHigh.Most operators use the default value (2) and are unaffected.monad-ledger-tail flags updatedThe --node-config-path flag has been removed and --peers-path has been introduced.
Suggested configuration is:- --node-config-path=/home/monad/monad-bft/config/node.toml
+ --peers-path=/home/monad/monad-bft/config/peers.toml
monad-ledger-tail manually or in a custom systemd unit, update the configuration before upgrading.monad usersudo apt update && sudo apt install --reinstall monad=0.14.0 -y --allow-downgrades --allow-change-held-packages
sudo systemctl restart monad-bft monad-execution monad-rpc
sudo systemctl status monad-bft monad-execution monad-rpc --no-pager -l
Active: active (running)
monad-rpc --version
monad-rpc {"commit":"2d487de007d7beb70c14cbbdf20ed5c63c36de28","tag":"v0.14.0","branch":"","modified":true}
