Upgrade from lucee 5.3.6. to 5.3.9

In case you have all your settings set in your Application.cfc and scheduler tasks added programatically, so that you won’t have any problems wiping out your server-context and web-contexts, an alternative would be:

  1. Stop Lucee/Tomcat
  2. Download the latest lucee.jar and overwrite the existing lucee.jar at path-to-lucee/tomcat/lib/ext/lucee.jar
  3. Restart Lucee and wait the contexts to be deployed.

If you need to save your admin settings before upgrading, you could also use commandbox cfconfig to backup the settings of your contexts to restore them back later after the upgrade. I’ve read somewhere that commandbox cfconfig now also saves scheduled tasks (thanks to a sponser who paid for that functionality).

1 Like