---
title: "Upgrading to v1.1.0"
description: "Upgrade to v1.1.0 from v1.0.x or v0.10.x"
source_url: https://ai-ops.com/docs/updates/v1-1-0
---

# Upgrading to v1.1.0

Koios v1.1.0 supports a direct upgrade from both **v1.0.x** and **v0.10.x**. Database migrations run automatically the first time the new container starts, and the entrypoint takes an automatic backup before migrating. Before you begin, follow the general [update procedure](https://ai-ops.com/docs/updates/general.md) to pull the new image and restart the service.

> [!TIP] Back up first
> The entrypoint saves a pre-migration database backup automatically, but a full [volume backup](https://ai-ops.com/docs/installation/backup-restore.md) before any upgrade is still the safest practice.

## From v1.0.x

This is a drop-in upgrade. No volume or configuration changes are needed:

1. Pull the new image and restart the service, following [Updating Koios](https://ai-ops.com/docs/updates/general.md).
2. Migrations run automatically on first boot.
3. Confirm the new version under **System > Overview**.

Your existing devices, tags, models, and bindings carry forward. Binding calibration is off by default, so existing bindings behave exactly as before until you set a gain or bias.

## From v0.10.x

A v0.10.x upgrade needs the same one-time change introduced in v1.0.0: the `koios_secrets` volume must be mounted so runtime secrets are generated and preserved across restarts. Complete the [v1.0.0 migration steps](https://ai-ops.com/docs/updates/v1-0-0.md) to add the seventh volume mount to your service file, then proceed with the standard update. Your existing credentials are detected and preserved.

> [!WARNING] The secrets volume is required
> Starting with v1.0.0, the container refuses to start if any of its seven volume mounts is missing and logs `FATAL: Required Docker volume mounts missing`. Make sure `koios_secrets` is mounted before you start the new image. See [Migrating to v1.0.0](https://ai-ops.com/docs/updates/v1-0-0.md) for the exact mount.

## After Upgrading

1. Confirm the version under **System > Overview**.
2. Check **System > Service Status** to verify every service is running.
3. Review the [v1.1.0 release notes](https://ai-ops.com/docs/release-notes/v1-1-0.md) for new features.

## What's Next

- [Updating Koios](https://ai-ops.com/docs/updates/general.md): the general update procedure for any version.
- [v1.1.0 Release Notes](https://ai-ops.com/docs/release-notes/v1-1-0.md): everything new in this release.
- [Backing Up Docker Volumes](https://ai-ops.com/docs/installation/backup-restore.md): back up before you upgrade.
