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
Next revisionBoth sides next revision
75:mandatory_manual_upgrade_steps_for_version_75 [2020/05/21 15:28] emr75:mandatory_manual_upgrade_steps_for_version_75 [2020/06/17 14:05] – [Manual Steps After Upgrading] etea
Line 10: Line 10:
 ===== Manual Steps After Upgrading ===== ===== Manual Steps After Upgrading =====
  
-  * The following settings are needed in database.properties for MySQL:+  * When using MySQL8 - the following settings are needed in /stages/conf/database.properties:
       * The Connector/J driver must be used ([[https://dev.mysql.com/downloads/connector/j/|https://dev.mysql.com/downloads/connector/j/]]). The Connector/J driver is compatible with MySQL 5.6 and later. Replace the existing connector in the stages/lib directory and execute update.bat/update.sh after that.       * The Connector/J driver must be used ([[https://dev.mysql.com/downloads/connector/j/|https://dev.mysql.com/downloads/connector/j/]]). The Connector/J driver is compatible with MySQL 5.6 and later. Replace the existing connector in the stages/lib directory and execute update.bat/update.sh after that.
       * torque.database.default.adapter=DBMM       * torque.database.default.adapter=DBMM
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 inherit/Courier New,Courier,monospace;;inherit;;inherit><Connector port="8009" protocol="AJP/1.3" **address="0.0.0.0"** redirectPort="8443" **secretRequired="false"** /></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: \\ <font 11pt/inherit;;inherit;;inherit><Connector port="8009" protocol="AJP/1.3" redirectPort="8443" secretRequired="false" address="0.0.0.0" /></font> 
  
 ===== Metamodel Configurations After Upgrading ===== ===== Metamodel Configurations After Upgrading =====