Difference between revisions of "Migration from 5.1.6 to 5.1.7"
From OpenKM Documentation
(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 '…') |
(No difference)
|
Revision as of 12:52, 15 July 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.1.7!
If you have any weird problem try to stop JBoss, delete these folders:
- $JBOSS_HOME/server/default/work
- $JBOSS_HOME/server/default/tmp
And start JBoss again.