Migrating from 7.0.2 to 7.0.3
Preliminaries
- Make a backup!!!
Migration
- Stop Tomcat
- Edit openkm.properties and set spring.jpa.hibernate.ddl-auto to update
- Replace the openkm.war
- And start Tomcat again
- Connect to the database with a database client and execute the next query:
UPDATE OKM_PROFILE SET PRF_WZRD_CANCEL_EN = 'F';
If you have any weird problems, try to stop Tomcat, delete these folders:
- $TOMCAT_HOME/webapps/openkm
- $TOMCAT_HOME/work/Catalina/localhost