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:
-
Make a database dump, in case you need to rollback.
-
Pull the latest image from Docker Hub.
docker pull conduktor/conduktor-console
-
Change the version of your container (either in your docker-compose, or helm chart), and deploy it again.
-
Check the logs and the UI to ensure the upgrade was successful.