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
75:mandatory_manual_upgrade_steps_for_version_75 [2020/06/17 14:05] – [Manual Steps After Upgrading] etea75:mandatory_manual_upgrade_steps_for_version_75 [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 16: Line 16:
       * When using the Connector/J driver with MySQL 5.x, the "serverTimezone" parameter may be needed on some systems, too (e.g. serverTimezone=Europe/Berlin). Append it to the "torque.database.default.url".       * When using the Connector/J driver with MySQL 5.x, the "serverTimezone" parameter may be needed on some systems, too (e.g. serverTimezone=Europe/Berlin). Append it to the "torque.database.default.url".
       * The old driver (org.gjt.mm.mysql.Driver) can still be used with MySQL 5.x       * The old driver (org.gjt.mm.mysql.Driver) can still be used with MySQL 5.x
-  * Delete the contents of methodpark/stages/elasticsearch/data/node/0 and restart Stages after that. \\ Note: On Windows "Stages Search" is a separate service that needs to be started before the Stages service. It may take some time until the search index is rebuilt and all search results can be found again.+  * Delete the contents of methodpark/stages/elasticsearch/data/nodes/0 and restart Stages after that. \\ Note: On Windows "Stages Search" is a separate service that needs to be started before the Stages service. It may take some time until the search index is rebuilt and all search results can be found again.
   * In order to update the diagram font configuration please perform the following steps (only necessary if another font than the standard SourceSansPro shall be used):   * In order to update the diagram font configuration please perform the following steps (only necessary if another font than the standard SourceSansPro shall be used):
       * Copy the font file, you want to use, to the conf/fonts folder       * Copy the font file, you want to use, to the conf/fonts folder
Line 22: Line 22:
       * Run update.bat/update.sh       * Run update.bat/update.sh
   * The Resources definition in "conf/server.xml" has to be adjusted. **__Remove__**  the following JarResources inside the <Resources …> tag in server.xml: \\ ''<JarResources className="org.apache.catalina.webresources.DirResourceSet" base="${stages.datacache}/generated/lib" webAppMount="/WEB-INF/lib" />'' \\ **Yes, we know**, this had to be added for version 7.4, now we found a better way to do this.   * The Resources definition in "conf/server.xml" has to be adjusted. **__Remove__**  the following JarResources inside the <Resources …> tag in server.xml: \\ ''<JarResources className="org.apache.catalina.webresources.DirResourceSet" base="${stages.datacache}/generated/lib" webAppMount="/WEB-INF/lib" />'' \\ **Yes, we know**, this had to be added for version 7.4, now we found a better way to do this.
-  * If an AJP connector is used in conf/server.xml, it may need to be adapted. \\ For servers with more than one IP address, add the address attribute to the connector to specify which address shall be used. \\ If the "secret" attribute is not used on the connector, set "secretRequired" attribute to "false". \\ See also: [[https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html|https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html]] \\  Example: \\ <font 11pt/inherit;;inherit;;inherit><Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" address="0.0.0.0" /></font>+  * If an AJP connector is used in conf/server.xml, it may need to be adapted. \\ For servers with more than one IP address, add the address attribute to the connector to specify which address shall be used. \\ If the "secret" attribute is not used on the connector, set "secretRequired" attribute to "false". \\ See also: [[https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html|https://tomcat.apache.org/tomcat-8.5-doc/config/ajp.html]] \\  Example: \\ <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" address="0.0.0.0" />