> For the complete documentation index, see [llms.txt](https://services.validexis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.validexis.com/testnets/monad/upgrade.md).

# 🛠️  Upgrade

> Proceed with this upgrade only after an official notice from the Monad Foundation.

#### *Upgrade  — v0.12.7*

```bash
apt update && apt install --reinstall monad=0.12.7 -y \
  --allow-downgrades --allow-change-held-packages
  
systemctl restart monad-bft monad-execution monad-rpc
```

***Check service status***

```bash
systemctl status monad-bft monad-execution monad-rpc --no-pager
```

***Verify version***

```bash
monad-rpc --version
```

Expected:

```bash
monad-rpc {"commit":"e1e9489b8fc42c0a5af208bab20f6704f83c91c0","tag":"v0.12.7","branch":"","modified":true}
```

&#x20;
