Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
74:mandatory_manual_upgrade_steps_for_version_74 [2019/10/30 15:54] alz74:mandatory_manual_upgrade_steps_for_version_74 [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 15: Line 15:
 ==== Adapt the server.xml ==== ==== Adapt the server.xml ====
  
-The Context definition in "<font inherit/Courier New,Courier,monospace;;inherit;;inherit>conf/server.xml</font>" has to be adjusted. The following Context tag in server.xml+The Context definition in "conf/server.xml" has to be adjusted. The following Context tag in server.xml
  
 <code> <code>
Line 21: Line 21:
   [...]   [...]
 </Context> </Context>
 +
 </code> </code>
  
Line 30: Line 31:
   <Parameter name="javamelody.quartz-default-listener-disabled" value="true" override="false"/>   <Parameter name="javamelody.quartz-default-listener-disabled" value="true" override="false"/>
 </Context> </Context>
 +
 </code> </code>
  
-Finally run the Stages update script:+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+   * Stop the Stages service
   * Execute the update script:   * Execute the update script:
-      * Windows: "…<font inherit/Courier New,Courier,monospace;;inherit;;inherit>\stages\bin\update.bat</font>+      * Windows: "…\stages\bin\update.bat" 
-      * Linux: "…<font inherit/Courier New,Courier,monospace;;inherit;;inherit>/stages/bin/update.sh</font>"+      * Linux: "…/stages/bin/update.sh"
   * Restart the Stages service   * Restart the Stages service