Hi Team,
We have migrated the spring boot-starter parent version from 2.2.5 to 2.4.3. And as per documentation we also upgraded camunda.spring-boot.version to 7.15.0 from 7.13.0. Now when we run the app we got below issue:
as aborted: ERROR: column “batch_id_” of relation “act_ru_variable” does not exist
Position: 203 Call getNextException to see other errors in the batch.
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at org.apache.ibatis.session.default
We request you to provide the guidelines or complete database scripts for this migration. We did use the below link
https://docs.camunda.org/manual/7.15/update/patch-level/#applying-multiple-patches-at-once
but couldn’t find the proper scripts required.