Skip to content
Jason Everling edited this page Nov 22, 2016 · 7 revisions

#To Upgrade PWM follow the steps outlined below:

##Linux

  1. Stop the tomcat service

  2. Copy your pwm application directory to a location outside of tomcat

  3. Additional measure: Copy /WEB-INF/PwmConfiguration.xml and /WEB-INF/LocalDB to a location outside of tomcat

  4. If you made other changes, such as sql drivers/jars, theme, copy those also. You can also add those to tomcats global lib directory so that you don't always have to copy them off.

  5. Delete the existing pwm directory and pwm.war from tomcats webapps directory

  6. Delete pwm directory from tomcats /work folder , such as /var/lib/tomcat7/work/Catalina/localhost/pwm which is a symlink to /var/cache/tomcat7/Catalina/localhost/pwm

  7. Copy the new pwm.war to tomcats webapps directory

  8. Start Tomcat and let it deploy the new application. Wait until it finishes and then Stop tomcat.

  9. Copy LocalDB and PwmConfiguration.xml back to webapps/pwm/WEB-INF/

  10. Start tomcat