Update from V3.X to V4.X

Activiti Database update

During the update OpenIAM v4 is completely recreating activiti schema tables. In the best case all incomplete tasks should be completed before update, however this is not possible please perform the following actions

  • Before update perform the following command to collect information about all incomplete tasks:

    mysqldump -u<OPENIAM_USER> -p<OPENIAM_USER_PASSWORD> --no-create-info --ignore-table=activiti.ACT_GE_PROPERTY --complete-insert activiti > activiti_data.sql
  • After update perform the following command to apply tasks to updated OpenIAM instance

    mysql -u<OPENIAM_USER> -p<OPENIAM_USER_PASSWORD> activiti < activiti_data.sql