Migration from v2.3 to v2.4
-
Go to OpenKM Administration > Utilities > Database query and execute:
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'; -
Create a new HTML document with the desired email notification body
-
Execute this query to set the UUID of this new document:
insert into OKM_CONFIG (CFG_KEY, CFG_VALUE) values ('edx.notification.email.body.uuid', '[The UUID of the created documento]'); -
Stop Tomcat and replace the edx.war archive
-
Replace the edx-plugins.jar archive in $TOMCAT_HOME/plugins
-
Update the edx.properties
Terminal window spring.jpa.hibernate.ddl-auto=update -
Start Tomcat again