You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.
The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 16.x release.
Table of contents
Consistent user data database columns
As by discovery of our clients we have found out that not all of user data columns in our database have the same allowed characters. These table columns could fluctuate between 50 and 255(max) characters resulting in unexpected behavior, therefore we have widened all user data columns in our database column to 255 characters.
Migration
Runtime
Execute the scripts corresponding to your database inside the upgrades/16.3.0
folder of the blueriq-component-comments-sql-store, blueriq-component-process-sql-store, blueriq-component-timeline-sql-store
.
Customer Data Service
Execute the scripts corresponding to your database inside the upgrades/16.3.0
folder.
Re-indexing
As some of these database tables contain indexes on the widened columns it is advised to RE-INDEX your database after performing this migration, to reduce performance issues.
DCM_CaseList and DCM_WorkList ignore mode
Since the ignore mode for the DCM_CaseList and DCM_WorkList is removed, the following configuration can be removed from the application.properties regarding the processlist:
blueriq.processlist.app-id-ignore-modes.studio-RepositoryName1-ProjectName1 = all
This only applies for Case-Modelling projects, the AQ_* containers keep on working as usual. For more information check: Control applicationId behavior
Known issues
For an overview of known issue please refer to: Known issues.