Migrating from 6.3.11 to 6.3.12
NOT RELEASED
Preliminaries
- Make a backup!!!
Migration
- Stop Tomcat
- Edit OpenKM.cfg and set hibernate.hbm2ddl to update
- Replace the OpenKM.war
- And start Tomcat again
All databases
Execute in all the cases.
Remove obsolete configuration properties
DELETE FROM OKM_CONFIG WHERE CFG_KEY='registered.text.extractors';
If you have any weird problem try to stop Tomcat, delete these folders:
- $TOMCAT_HOME/webapps/OpenKM
- $TOMCAT_HOME/work/Catalina/localhost
Recommended to clear browser cache and Java Plugin cache.