Difference between revisions of "Knowledge:Migration from 6.2.5 to 6.2.6"
From OpenKM Documentation
(Created page with '* See [http://issues.openkm.com/changelog_page.php?version_id=55 changelog at Mantis] * Download update from http://openkm.com/download/okm/OpenKM-6.2.6.zip * Make a backup!!! …') |
(No difference)
|
Revision as of 18:19, 27 November 2012
- Download update from http://openkm.com/download/okm/OpenKM-6.2.6.zip
- Make a backup!!!
- Stop Tomcat
- Edit OpenKM.cfg and set hibernate.hbm2ddl to update
- Replace the OpenKM.war
- Review file descriptor limit and, eventually, increase it.
- Start Tomcat again
- Set installation customer at License Manager.
- Go to Administration > Database Query and execute these SQL sentences:
- Update MimeType database:
update OKM_MIME_TYPE set MT_DESCRIPTION='Shell Script' where MT_NAME='application/x-shellscript';
update OKM_MIME_TYPE set MT_DESCRIPTION='BeanShell' where MT_NAME='application/x-bsh';
- Enjoy OpenKM 6.2.6!
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 (prevents "The response could not be deserialized" errors) and Java Plugin cache |