> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.14.2 升级说明

<Warning>
  本页面包含**测试网**和**主网**的升级说明。请始终核实说明适用于哪个网络。
</Warning>

## 1. 以 `monad` 用户身份 SSH 登录节点

## 2. 升级 monad 软件包

```bash theme={null}
sudo apt update && sudo apt install --reinstall monad=0.14.2 -y --allow-downgrades --allow-change-held-packages
```

## 3. 重启服务并验证

```bash theme={null}
sudo systemctl restart monad-bft monad-execution monad-rpc
sudo systemctl status monad-bft monad-execution monad-rpc --no-pager -l
```

预期输出：所有服务应显示 `Active: active (running)`

## 4. 验证运行的版本正确

```bash theme={null}
monad-rpc --version
```

预期输出：

```json theme={null}
monad-rpc {"commit":"6307011c2acaf1349f2b6dbf488d2bb9e2844d2e","tag":"v0.14.2","branch":"","modified":true}
```
