Migrating from 6.3.9 to 6.3.10
Preliminaries
Section titled “Preliminaries”- Make a backup!!!
Migration
Section titled “Migration”- Stop Tomcat
- Edit OpenKM.cfg and set hibernate.hbm2ddl to update
- Replace the OpenKM.war
- And start Tomcat again
Configure libreoffice path in Linux
Section titled “Configure libreoffice path in Linux”| Field / Property | Type | Description |
|---|---|---|
| system.openoffice.program | String | /usr/bin/soffice |
Configure libreoffice path in Windows
Section titled “Configure libreoffice path in Windows”| Field / Property | Type | Description |
|---|---|---|
| system.openoffice.program | String | C:\Program Files\LibreOffice\program\soffice.exe |
All databases
Section titled “All databases”-- Remove obsolete configuration propertiesdelete from OKM_CONFIG where CFG_KEY='system.openoffice.path';delete from OKM_CONFIG where CFG_KEY='system.openoffice.port';delete from OKM_CONFIG where CFG_KEY='system.openoffice.server';delete from OKM_CONFIG where CFG_KEY='system.openoffice.tasks';