Hello everyone, I am doing a migration from Activiti 5 to Flowable 6. As the migration guide said, the database will be automatically migrated in the first launch of the application. But my database is very big, so I got some timeout that stop the migration process.
My question is can I manually run all needed scripts to migrate my database? And is there any stuff different than sql scripts that need to do for the database migration?
Thank you @joram
And as I found in the db migration code, we have 2 parts of sql scripts to run (1st for upgrade from 5.x to 6.1.2.0, and 2nd for upgrade from 6.1.2.0 to current flowable version).
So is there anything need to take note before I run 2 parts of them manually?