Migrating from v3.4.x to v4.0
Migrating from v4.0 to v4.1
Migrating from v4.1 to v4.1.1
Before upgrading to v4.1.1, we recommend executing the initial data partitioning DB migrations manually. We recommend this no matter if you enable partitioning or not, as these DB migrations could take a lot of time.After executing manually the SQL commands from Liquibase, all existing process instance related information will go into the initial partition.
If partitioning is enabled, the initial partition will continue to be used until a new partition is generated according to the partitioning interval (DAY, WEEK, MONTH). Future partitions will be created automatically.If partitioning is not enabled, all data will continue to be stored in this initial partition.