existing process data backward compatibility when upgrade from 5.7 to 5.18

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2016 02:27 PM
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?
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?
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2016 10:23 AM
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.
Thanks in advance.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2016 01:01 PM
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.
Of course, it's always safe to take backups and try it on a staging environment first.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2016 01:10 PM
Thanks, Jbarrez. We will try those inflight processes out for sure, your reply gave me confidence.
