Difference between revisions of "Knowledge:Migration from 6.2.7 to 6.2.8"
From OpenKM Documentation
Line 18: | Line 18: | ||
$ grep "ERROR .*hbm2ddl" $TOMCAT_HOME/logs/catalina.log | $ grep "ERROR .*hbm2ddl" $TOMCAT_HOME/logs/catalina.log | ||
</source> | </source> | ||
+ | |||
+ | * Set installation customer at [http://update.openkm.com/admin/license_list.php License Manager]. | ||
* Review file descriptor limit and, eventually, [http://okm07.openkmcloud.com/OpenKM/index.jsp?docPath=%2Fokm%3Aroot%2FKnowledge+Base%2FSet+ulimit+in+Ubuntu.html increase it]. | * Review file descriptor limit and, eventually, [http://okm07.openkmcloud.com/OpenKM/index.jsp?docPath=%2Fokm%3Aroot%2FKnowledge+Base%2FSet+ulimit+in+Ubuntu.html increase it]. |
Latest revision as of 11:52, 24 January 2013
- Download update from http://openkm.com/download/okm/OpenKM-6.2.8.zip (eMpg8eIjY5)
- Make a backup!!!
- Stop Tomcat
- Edit OpenKM.cfg and set hibernate.hbm2ddl to update
- Replace the OpenKM.war
- Start Tomcat again
- Check for database errors:
$ grep "ERROR .*hbm2ddl" $TOMCAT_HOME/logs/catalina.log
- Set installation customer at License Manager.
- Review file descriptor limit and, eventually, increase it.
- Enjoy OpenKM 6.2.8!
If you have any weird problem try to stop Tomcat, delete these folders:
- $TOMCAT_HOME/webapps/OpenKM
- $TOMCAT_HOME/work/Catalina/localhost
And start Tomcat again.
Recommended to clear browser cache and Java Plugin cache |