Difference between revisions of "Knowledge:Migration from 6.2.5 to 6.2.6"

From OpenKM Documentation
Jump to: navigation, search
(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!!! …')
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
* See [http://issues.openkm.com/changelog_page.php?version_id=55 changelog at Mantis]
+
* See [http://issues.openkm.com/changelog_page.php?version_id=60 changelog at Mantis]
  
* Download update from http://openkm.com/download/okm/OpenKM-6.2.6.zip
+
* Download update from http://openkm.com/download/okm/OpenKM-6.2.6.zip (eMpg8eIjY5)
  
 
* Make a backup!!!
 
* Make a backup!!!
 +
 +
* Go to '''Administration''' > '''Database Query''' and execute these SQL sentences:
 +
 +
<source lang="sql">
 +
UPDATE OKM_CRON_TAB SET CT_NAME='Dashboard Activity Purge' WHERE CT_NAME='DashboardActivityPurge';
 +
UPDATE OKM_CRON_TAB SET CT_NAME='User Items Serialize' WHERE CT_NAME='UserItemsSerialize';
 +
UPDATE OKM_CRON_TAB SET CT_NAME='User Mail Importer' WHERE CT_NAME='UserMailImporter';
 +
UPDATE OKM_CRON_TAB SET CT_NAME='Text Extractor Worker' WHERE CT_NAME='TextExtractorWorker';
 +
UPDATE OKM_CRON_TAB SET CT_NAME='Repository Info' WHERE CT_NAME='RepositoryInfo';
 +
UPDATE OKM_CRON_TAB SET CT_NAME='Session Watchdog' WHERE CT_NAME='SessionWatchdog';
 +
UPDATE OKM_CRON_TAB SET CT_NAME='Datastore Garbage Collector' WHERE CT_NAME='DataStoreGarbageCollector';
 +
</source>
  
 
* Stop Tomcat
 
* Stop Tomcat
Line 14: Line 26:
  
 
* Start Tomcat again
 
* Start Tomcat again
 +
 +
* Check for database errors:
 +
 +
<source lang="bash">
 +
$ grep "ERROR .*hbm2ddl" $TOMCAT_HOME/logs/catalina.log
 +
</source>
  
 
* Set installation customer at [http://update.openkm.com/admin/license_list.php License Manager].
 
* Set installation customer at [http://update.openkm.com/admin/license_list.php License Manager].
  
 
* Go to '''Administration''' > '''Database Query''' and execute these SQL sentences:
 
* Go to '''Administration''' > '''Database Query''' and execute these SQL sentences:
 
** Update MimeType database:
 
  
 
<source lang="sql">
 
<source lang="sql">

Latest revision as of 11:33, 23 January 2013

  • Make a backup!!!
  • Go to Administration > Database Query and execute these SQL sentences:
UPDATE OKM_CRON_TAB SET CT_NAME='Dashboard Activity Purge' WHERE CT_NAME='DashboardActivityPurge';
UPDATE OKM_CRON_TAB SET CT_NAME='User Items Serialize' WHERE CT_NAME='UserItemsSerialize';
UPDATE OKM_CRON_TAB SET CT_NAME='User Mail Importer' WHERE CT_NAME='UserMailImporter';
UPDATE OKM_CRON_TAB SET CT_NAME='Text Extractor Worker' WHERE CT_NAME='TextExtractorWorker';
UPDATE OKM_CRON_TAB SET CT_NAME='Repository Info' WHERE CT_NAME='RepositoryInfo';
UPDATE OKM_CRON_TAB SET CT_NAME='Session Watchdog' WHERE CT_NAME='SessionWatchdog';
UPDATE OKM_CRON_TAB SET CT_NAME='Datastore Garbage Collector' WHERE CT_NAME='DataStoreGarbageCollector';
  • 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
  • Check for database errors:
$ grep "ERROR .*hbm2ddl" $TOMCAT_HOME/logs/catalina.log
  • Go to Administration > Database Query and execute these SQL sentences:
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.


Nota clasica.png Recommended to clear browser cache (prevents "The response could not be deserialized" errors) and Java Plugin cache