Camunda Community to Enterprize migration (docker version)

Hi,

We are using camunda community edition (7.12 Docker) for our project and planning to migrate to enterprise version. wanted to know if that is feasible? If yes how much effort required to do so or steps to do the same.

It’s pretty straightforward.
You just need to change to the docker image to the equivalent version of Camunda EE
e.g. if you’re using 7.14.0 then you can change the version to 7.14.0-ee

Then you’ll just need to add the license key and you’re ready to go,

Thanks a lot Niall.