Difference between revisions of "Migration from 5.1.10 to 5.1.11"
From OpenKM Documentation
(Created page with '{{Note|OpenKM 5.1.10 is not officially released, but you can download a night build from http://integration.openkm.com/5.1.x/.}}') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Note|OpenKM 5.1. | + | {{Note|OpenKM 5.1.11 is not officially released, but you can download a night build from http://integration.openkm.com/5.1.x/.}} |
+ | |||
+ | * 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.11! | ||
+ | |||
+ | 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. | ||
+ | |||
+ | [[Category: Migration Guide]] |
Latest revision as of 13:01, 27 August 2012
OpenKM 5.1.11 is not officially released, but you can download a night build from http://integration.openkm.com/5.1.x/. |
- 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.11!
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.