Migrating from 6.3.0 to 6.3.1
Esta página aún no está disponible en tu idioma.
Preliminars
Section titled “Preliminars”- Make a backup!!!
Migration
Section titled “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.