Docs
/
Upgrading
/

Upgrading to 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 to pull the new image and restart the service.

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.
  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 to add the seventh volume mount to your service file, then proceed with the standard update. Your existing credentials are detected and preserved.

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 for new features.

What's Next