Skip to content
Other versions

Loading…

Migrating from 6.3.0 to 6.3.1

  • Make a backup!!!
  • 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.