Difference between revisions of "Migrating from 6.3 to 6.3.1"
From OpenKM Documentation
(Created page with "{{Warning|Still under development.}} * Make a backup!!! * Stop Tomcat * Edit OpenKM.cfg and set '''hibernate.hbm2ddl''' to '''update''' * Replace the OpenKM.war If yo...") |
|||
Line 8: | Line 8: | ||
* Replace the OpenKM.war | * Replace the OpenKM.war | ||
+ | |||
+ | * Execute these queries: | ||
+ | |||
+ | delete from OKM_CONFIG where CFG_KEY='system.ghostscript.ps2pdf'; | ||
If you have any weird problem try to stop Tomcat, delete these folders: | If you have any weird problem try to stop Tomcat, delete these folders: |
Revision as of 10:19, 17 September 2014
Still under development. |
- Make a backup!!!
- Stop Tomcat
- Edit OpenKM.cfg and set hibernate.hbm2ddl to update
- Replace the OpenKM.war
- Execute these queries:
delete from OKM_CONFIG where CFG_KEY='system.ghostscript.ps2pdf';
If you have any weird problem try to stop Tomcat, delete these folders:
- $TOMCAT_HOME/webapps/OpenKM
- $TOMCAT_HOME/work/Catalina/localhost
And start Tomcat again.
Recommended to clear browser cache and Java Plugin cache |