Difference between revisions of "Migration from 5.0 to 5.0.1"
From OpenKM Documentation
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
* Make a backup!!! | * Make a backup!!! | ||
* Stop JBoss | * Stop JBoss | ||
− | * Edit OpenKM.cfg and set '''hibernate.hbm2ddl''' to '''update''' | + | * Edit [[OpenKM.cfg]] and set '''hibernate.hbm2ddl''' to '''update''' |
* Replace the OpenKM.war | * Replace the OpenKM.war | ||
* Start JBoss again | * Start JBoss again | ||
− | * Edit OpenKM.cfg and set '''hibernate.hbm2ddl''' to '''none'''. | + | * Edit [[OpenKM.cfg]] and set '''hibernate.hbm2ddl''' to '''none'''. |
* Enjoy OpenKM 5.0.1! | * Enjoy OpenKM 5.0.1! | ||
+ | |||
+ | [[Category: Migration Guide]] |
Latest revision as of 13:05, 27 August 2012
- 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.1!