Migration from v1.1 to v1.2

  •  Go to OpenKM Administration > Utilities > Database query and execute:
    update OKM_CONFIG set CFG_KEY='edx.base.uuid' where CFG_KEY='e2d.base.uuid';
    update OKM_CONFIG set CFG_KEY='edx.email.body' where CFG_KEY='e2d.email.body';
    update OKM_CONFIG set CFG_KEY='edx.email.subject' where CFG_KEY='e2d.email.subject';
    update OKM_CONFIG set CFG_KEY='edx.inbox.name' where CFG_KEY='e2d.inbox.name';
    update OKM_CONFIG set CFG_KEY='edx.public.name' where CFG_KEY='e2d.public.name';
    update OKM_CONFIG set CFG_KEY='edx.template.folder.inbox.uuid' where CFG_KEY='e2d.template.folder.inbox.uuid';
    update OKM_CONFIG set CFG_KEY='edx.template.folder.public.uuid' where CFG_KEY='e2d.template.folder.public.uuid';
  • Rename tables executing these SQL sentences:
    rename table E2D_USER to EDX_USER;
    rename table E2D_NEWS to EDX_NEWS;
  • Stop Tomcat and replace the WAR
  • Rename the e2d.properties file to edx.properties
  • Edit the edx.properties file and rename these configuration properties:
    • e2d.user to edx.user
    • e2d.password to edx.password
  • Start Tomcat again and log into the application using http://server.name:8080/edx
 
Table of contents [ Hide Show ]