> 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

**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="/files/u68WzGkEin0G339q43Tc" 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="/files/Ow88OCzyhnbQGEFAAnJk" alt=""><figcaption></figcaption></figure>
