Title: Database Migration Describe the issue: We have a lot of customers asking how to update the database data from BPM Suite 6.0.x to 6.1 since they have some active processes/tasks and do not want to create a new database. Also, in BPM Suite 6.1 there are some news tables and columns (i.e. deploymentstore), then the schema needs to be updated. Suggestions for improvement: The documentation is missing how to achieve that. Basically, they need to point the new installation (BPM Suite 6.1) to the old database (from BPM Suite 6.0.3) and make sure that "hibernate.hbm2ddl.auto" property is set to "update" value in "business-central.war/WEB-INF/classes/META-INF/persistence.xml" file: <property name="hibernate.hbm2ddl.auto" value="update" />