Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
74:mandatory_manual_upgrade_steps_for_version_74 [2019/10/30 15:53] – created alz74:mandatory_manual_upgrade_steps_for_version_74 [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 12: Line 12:
  
 To update your Stages configuration to Unified Configuration V2.4, or to enhance your customized metamodel to use these new features, please contact your Stages Product Consultant or sales@methodpark.com. To update your Stages configuration to Unified Configuration V2.4, or to enhance your customized metamodel to use these new features, please contact your Stages Product Consultant or sales@methodpark.com.
 +
 +==== Adapt the server.xml ====
 +
 +The Context definition in "conf/server.xml" has to be adjusted. The following Context tag in server.xml
 +
 +<code>
 +<Context path="/stages" ...>
 +  [...]
 +</Context>
 +
 +</code>
 +
 +has to be extended to contain the following new parameter tag:
 +
 +<code>
 +<Context path="/stages" ...>
 +  [...]
 +  <Parameter name="javamelody.quartz-default-listener-disabled" value="true" override="false"/>
 +</Context>
 +
 +</code>
 +
 +To be safe in case of any crashes/problems during the update, **back up your database** (dump) and finally run the Stages update script:
 +
 +   * Stop the Stages service
 +  * Execute the update script:
 +      * Windows: "…\stages\bin\update.bat"
 +      * Linux: "…/stages/bin/update.sh"
 +  * Restart the Stages service