Migration from v1.6 to v1.7
- Download OKMFlow from https://download.openkm.com/pro/tools.
- Stop Tomcat and replace the okmflow.war archive.
- Edit the $TOMCAT_HOME/okmflow.properties file and set the hibernate.hbm2ddl configuration property to update:
spring.jpa.hibernate.ddl-auto=update - Start Tomcat again.