Difference between revisions of "Migration from 5.0.1 to 5.0.2"

From OpenKM Documentation
Jump to: navigation, search
(Created page with '* Make a backup!!! * Stop JBoss * Edit OpenKM.cfg and set '''hibernate.hbm2ddl''' to '''update''' * Replace the OpenKM.war * Start JBoss again * Edit OpenKM.cfg and set '…')
 
m
Line 8: Line 8:
  
 
If you have any weird problem try to stop JBoss, delete folders:
 
If you have any weird problem try to stop JBoss, delete folders:
  * $JBOSS_HOME/server/default/work
+
 
  * $JBOSS_HOME/server/default/tmp
+
* $JBOSS_HOME/server/default/work
 +
* $JBOSS_HOME/server/default/tmp
 +
 
 
And start JBoss again.
 
And start JBoss again.

Revision as of 13:38, 14 February 2011

  • Make a backup!!!
  • Stop JBoss
  • Edit OpenKM.cfg and set hibernate.hbm2ddl to update
  • Replace the OpenKM.war
  • Start JBoss again
  • Edit OpenKM.cfg and set hibernate.hbm2ddl to none.
  • Enjoy OpenKM 5.0.2!

If you have any weird problem try to stop JBoss, delete folders:

  • $JBOSS_HOME/server/default/work
  • $JBOSS_HOME/server/default/tmp

And start JBoss again.