Skip to main content
Quick navigation

Upgrading

Release cadence

Conduktor plans to provide a new release at least monthly. We suggest that upgrades are done no more than two versions apart at a time.

You can subscribe to release notifications here.

Upgrade process

Conduktor is released as a Docker container, the process for upgrading from one release to the next in production is:

  1. Make a database dump, in case you need to rollback.

  2. Pull the latest image from Docker Hub.

docker pull conduktor/conduktor-console
  1. Change the version of your container (either in your docker-compose, or helm chart), and deploy it again.

  2. Check the logs and the UI to ensure the upgrade was successful.