Upgrading the engine from 7.9 to 7.13

Greetings,

I’m on camunda 7.9 and I want to upgrade to 7.13, do I have to upgrade to every single version up to 7.13 or can I jump upgrade and go straight to 7.13?

e.g. first upgrade to 7.10, then to 7.11, then to 7.12 and finally 7.13
or upgrade directly to 7.13?

are 7.13 database migrations enough? or should I apply every single migration in the minor versions between 7.9 to 7.13 ?

@hassank

You need to do minor version updates and then major version upgrade.

refer this post:

Patch level updates: Patch Level Update | docs.camunda.org

Yes, please upgrade all in-between versions of the database.
You can then jump to the targeted application version directly.

The documentation explains that as well in an info box:
https://docs.camunda.org/manual/latest/update/minor/

Best,
Tobias