Ir al contenido
Otras versiones

Cargando…

Migración de v2.3 a v2.4

  • Vaya a OpenKM Administration > Utilities > Database query y ejecute:

    update OKM_CONFIG set CFG_KEY='edx.notification.email.subject' where CFG_KEY='edx.email.subject';
    delete from OKM_CONFIG where CFG_KEY='edx.email.body';
  • Cree un nuevo documento HTML con el cuerpo de notificación por correo deseado

  • Ejecute esta consulta para establecer el UUID de este nuevo documento:

    insert into OKM_CONFIG (CFG_KEY, CFG_VALUE) values ('edx.notification.email.body.uuid', '[The UUID of the created documento]');
  • Detenga Tomcat y reemplace el fichero edx.war

  • Reemplace el fichero edx-plugins.jar en $TOMCAT_HOME/plugins

  • Actualice el edx.properties

    Ventana de terminal
    spring.jpa.hibernate.ddl-auto=update
  • Inicie Tomcat de nuevo