Hello,
Newer versions of Bonita need more recent version of the database, so for example if I want to migrate from Bonita 7.7.5 and Postgresql 9.3 to the last version of Bonita, we should also upgrade the database to Postgresql 11.
is there any impact in the order of operations to do, or is it the same?
Is it better (simplified version without backup and other...):
-
Install the new Bundle 7.11.z
-
Apply bonita migration tool of engine and bdm schema with postgresql 9
-
Migrate Postgresql server to 11
Or:
-
Install the new Bundle 7.11.z
-
Migrate Postgresql server to 11
-
Apply bonita migration tool of engine and bdm schema with postgresql 11
Thank you