Ir al contenido
Otras versiones

Cargando…

Migrating from 6.3.9 to 6.3.10

Esta página aún no está disponible en tu idioma.

  • Make a backup!!!
  • Stop Tomcat
  • Edit OpenKM.cfg and set hibernate.hbm2ddl to update
  • Replace the OpenKM.war
  • And start Tomcat again
Field / Property Type Description
system.openoffice.program String /usr/bin/soffice
Field / Property Type Description
system.openoffice.program String C:\Program Files\LibreOffice\program\soffice.exe
-- Remove obsolete configuration properties
delete 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';