Available on: Enterprise Edition

Release: 0.20.0

Migration guide for Kafka backend users

Overview

Due to a change in how we handle plugin defaults, the flow source needs to be available to the Kestra Executor. This change will sync the flow's source code with our queue allowing the executor to more efficiently apply pluginDefaults defined in the flow YAML configuration.

For users with a Kafka backend, this migration can be performed by running the following CLI command:

bash
./kestra sys-ee restore-queue --no-recreate --no-templates --no-triggers --no-namespaces --no-tenants

If you are using a Kestra version with the JDBC backend, this change doesn't apply to you, and you don't need to run the above command.

Was this page helpful?