> ## Documentation Index
> Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Upgrade - Self-hosted

> A guide on how to upgrade the self-hosted version of Coolify.

There are several ways to upgrade your Coolify instance.

<Tip>New versions are checked every 10 minutes.</Tip>

1. **Automatic Upgrade**: Coolify will automatically check for updates and notify you when a new version is available.

<Tip>You can disable the auto-update feature in the `Settings` menu.</Tip>

2. **Semi-Automatic Upgrade**: If there is a new version available, you can upgrade your Coolify instance by clicking the `Upgrade` button on the Navigation bar.

3. **Manual Upgrade**: If you want to upgrade your Coolify instance manually, you can do so executing the following command in your server's terminal:

```bash
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
```
