> For the complete documentation index, see [llms.txt](https://docs.jibchain.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jibchain.net/cancun-upgrade/how-to-upgrade.md).

# How to upgrade

Use node repository from jibchain-net GitHub

1. Clone node repository

```sh
git clone https://github.com/jibchain-net/node.git && cd node
```

2. create env or update your env

```sh
make env
```

3. run a node

```sh
docker compose up -d
```

4. check node logs

```sh
docker compose logs -f 
```

<figure><img src="/files/JFgikLMikUbgGxQ1S8pX" alt=""><figcaption><p>execution logs</p></figcaption></figure>

execution logs should to have Cancun Time @1710220283 on Post-merge section

<figure><img src="/files/0PUkIa4CPxIrFFgW9s5k" alt=""><figcaption><p>consesus logs</p></figcaption></figure>

consensus logs should to have Ready for Deneb
