> 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="https://969046780-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5DR5Qxp7RgLZRDd688Mo%2Fuploads%2FzBTC68L9nxo2gJ8JiHIE%2Fimage.png?alt=media&amp;token=2d6ead62-cd00-4ca2-804f-0ff6ac8879f6" alt=""><figcaption><p>execution logs</p></figcaption></figure>

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

<figure><img src="https://969046780-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5DR5Qxp7RgLZRDd688Mo%2Fuploads%2FEPpMw1AWuIKmCyKDOmxd%2Fimage.png?alt=media&amp;token=4bd1daec-8354-459c-910a-16df94af8dd2" alt=""><figcaption><p>consesus logs</p></figcaption></figure>

consensus logs should to have Ready for Deneb
