Difference between revisions of "Migration from 5.1.9 to 5.1.10"
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/.}} * Make a backup!!! * Stop JBoss * Edit [[OpenK…') |
|||
Line 4: | Line 4: | ||
* Stop JBoss | * Stop JBoss | ||
+ | |||
+ | * OpenKM now shows the username and not the user id. If you has configured LDAP integration, you need to take care of these new configuration options. For more info, read [[: | ||
+ | ** principal.ldap.username.attribute | ||
+ | ** principal.ldap.username.search.base | ||
+ | ** principal.ldap.username.search.filter | ||
* Edit [[OpenKM.cfg]] and set '''hibernate.hbm2ddl''' to '''update''' | * Edit [[OpenKM.cfg]] and set '''hibernate.hbm2ddl''' to '''update''' |
Revision as of 10:18, 2 March 2012
OpenKM 5.1.10 is not officially released, but you can download a night build from http://integration.openkm.com/5.1.x/. |
- Make a backup!!!
- Stop JBoss
- OpenKM now shows the username and not the user id. If you has configured LDAP integration, you need to take care of these new configuration options. For more info, read [[:
- principal.ldap.username.attribute
- principal.ldap.username.search.base
- principal.ldap.username.search.filter
- 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.10!
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.