Migration guide

  • Export all current deployed workflows.
  • Download OKMFlow from https://download.openkm.com/pro/tools
  • Stop Tomcat and replace the okmflow.war archive
  • Delete the okmflow database and create again (see Installation)
  • Edit the $TOMCAT_HOME/jokmflow.properties file and set the hibernate.hbm2ddl configuration property to create-only:
    spring.jpa.hibernate.ddl-auto=create-only
  • Start Tomcat again
  • Import again all exported workflows
Table of contents [ Hide Show ]