After update I get an error as mentioned in the topic, are there any migration steps which I can follow to resolve it?
I’m using h2 database from 7.11.
After update I get an error as mentioned in the topic, are there any migration steps which I can follow to resolve it?
I’m using h2 database from 7.11.
Hey @tmdoit,
you can follow the Migration Guide and update the database first.
However, the FAILED_ACT_ID
was only introduced in the latest alpha release, 7.13.0-alpha1.
Nonetheless, you need to update the database first as described in the guide, but refer to scripts that are released for 7.13.0-alpha1.
You should be good to go then.
Best,
Tobias
Thanks @tmetzke! My bad, I was starting docker with “latest” tag, don’t know why I was sure that this is 7.12 version.
Hi all, recently I started to see the same error in my Camunda’s instances.
The thing is that I’m using version 7.12 as well.
Why we should update the schema to version 7.13?
Cheers,
Diego