Camunda version migration 7.18 to 7.19 for Process Instances

Hi Team,
When I try to migrate my application from Camunda 7.18 to 7.19 using this documentation (Update from 7.18 to 7.19 | docs.camunda.org). After migrating what will happed if some of the process instances are in InProgress.
How those will get migrated into latest one ?
And looking the steps with Spring boot with Java application

Technical Stack: Java, Spring Boot

Hello my dear!!

You can shoot down your services (camunda/database) so that no instance or process changes during the execution of the version migration scripts.

After taking down the services, you can update as described in the documentation, and after this you can upload your services again, and the instances that were in progress will continue in the same place they were, as the update scripts already take care of backward compatibility between versions.

NOTE.: Don’t forget to keep a backup of your database saved in case any problems occur.

William Robert Alves

Thanks @WilliamR.Alves . Hope migration of existing process instance is not possible at the time of Camunda Version upgrade.

@vinothkumar , remember that to avoid problems, before updating the version, you need to turn off the Camunda service servers (Camunda and Database).

William Robert Alves