Migrating from 6.3.0 to 6.3.1

Preliminars

  • Make a backup!!!

Migration

  • Stop Tomcat.
  • Edit OpenKM.cfg and set hibernate.hbm2ddl to update.
  • Replace the OpenKM.war.
  • Execute these queries:
DELETE FROM OKM_CONFIG WHERE CFG_KEY='system.ghostscript.ps2pdf';
UPDATE OKM_CONFIG SET CFG_VALUE='OpenKM - NOTIFICATION' WHERE CFG_KEY='notification.message.subject';
UPDATE OKM_CONFIG SET CFG_VALUE='Message: ${notificationMessage} User: ${userId} <#list documentList as doc>Document: ${doc.path}</#list>' WHERE CFG_KEY='notification.message.body';
  • And start Tomcat again.

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.