cancel
Showing results for 
Search instead for 
Did you mean: 

existing process data backward compatibility when upgrade from 5.7 to 5.18

yanharry
Champ in-the-making
Champ in-the-making
We recently found some activiti related issues in our production, noticed that those activiti issues have been addressed in 5.10/5.11, we decide to upgrade activiti to 5.18 (our environment is weblogic/oracle 10g/activiti 5.7).

We will follow the instructions: drop the activiti new jar in our application, using DDL scripts provided in the jar to update DB from 5.7 to 5.18. But we have some concerns about our existing process data which have been created from activiti 5.7(just let you know we are heavily using activiti, everyday tens of thousands processes get created), after we upgrade our both activiti tables and libs from 5.7 to 5.18, will those existing processes have any compatible problems with new activiti libs and/or tables ? If that's possible, are there any guides we should look at?
3 REPLIES 3

yanharry
Champ in-the-making
Champ in-the-making
Has anyone experienced issues with existing process instances after upgrading your activiti versions in your application? Did all those existing activiti instances work fine with the new version?
Thanks in advance.

jbarrez
Star Contributor
Star Contributor
In theory, it should work. We have a suite of unit tests verifying that.
Of course, it's always safe to take backups and try it on a staging environment first.

yanharry
Champ in-the-making
Champ in-the-making
Thanks, Jbarrez. We will try those inflight processes out for sure, your reply gave me confidence.