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

# Upgrade

Upgrade to the latest version of goracle binary.

**Latest Mainnet Version**: 1.1.13&#x20;

You can check latest version of goracle binary mainnet on [here](https://download.goracle.io/latest-release.txt).

### Docker Stop

```bash
./goracle docker-stop
```

### Docker Remove Exited Container

<pre><code><strong>docker rm $(docker ps --filter=exited -q)
</strong></code></pre>

### Goracle Update

```
./goracle update
```

<figure><img src="https://3513762394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHnfaXqsjt2Q8hoDykMmk%2Fuploads%2FhLWZAEL4tCJtpOBzVBSu%2Fimage_2023-04-15_214241694.png?alt=media&amp;token=7940012c-1020-44f0-8fbe-ccb87cdc0059" alt=""><figcaption><p>this screenshot is just example</p></figcaption></figure>

Answer **`y`** if you see this question.

**`Update "/usr/bin/goracle" [y/N]?`** y

### Docker Start

<pre><code><strong>./goracle docker-start --background
</strong></code></pre>

### Check Docker Logs

```
docker logs -f goracle-nr
```

<figure><img src="https://3513762394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHnfaXqsjt2Q8hoDykMmk%2Fuploads%2Fpzx7jeGxheMQv0GDeSn9%2Fimage_2023-04-15_214303888.png?alt=media&amp;token=1f11ab38-4c53-4344-aaab-21c60d01f170" alt=""><figcaption></figcaption></figure>
