Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 261:upgrade_from_712 [2026/04/15 16:39] – [Execute Manual Actions] Weinlein, Thomas | 261:upgrade_from_712 [2026/04/22 12:35] (current) – [How to upgrade to version 26.1] Weinlein, Thomas | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Please [[stages-support@ul.com|contact our customer care team]] to request an upgrade of your Stages Managed Service instance. | Please [[stages-support@ul.com|contact our customer care team]] to request an upgrade of your Stages Managed Service instance. | ||
| + | |||
| + | If you use a customized metamodel on your Stages Managed Service instance, it needs to be adapted to v26 by your Stages product consultant first. | ||
| //Note: all process release automations have to be finished before an upgrade can be performed.// | //Note: all process release automations have to be finished before an upgrade can be performed.// | ||
| + | (see Report [[reports: | ||
| + | |||
| + | //Note: An existing SAML connection needs to be reestablished, | ||
| ===== Upgrade your system to at least Stages 7.12.5.0 ===== | ===== Upgrade your system to at least Stages 7.12.5.0 ===== | ||
| Line 36: | Line 41: | ||
| === server.xml migration === | === server.xml migration === | ||
| - | Remove the following lines from conf/server.xml | + | Remove the following lines from '' |
| - | < | + | <code xml> |
| <Realm className=" | <Realm className=" | ||
| <Realm className=" | <Realm className=" | ||
| Line 47: | Line 52: | ||
| and | and | ||
| - | < | + | <code xml> |
| <Valve className=" | <Valve className=" | ||
| </ | </ | ||
| Line 53: | Line 58: | ||
| remove the Context elements with path="/ | remove the Context elements with path="/ | ||
| - | < | + | <code xml> |
| <Context path="/ | <Context path="/ | ||
| [...] | [...] | ||
| Line 64: | Line 69: | ||
| In case one of the Connectors are configured to use protocol " | In case one of the Connectors are configured to use protocol " | ||
| - | < | + | <code xml> |
| < | < | ||
| protocol=" | protocol=" | ||
| Line 75: | Line 80: | ||
| >//In case SAML SSO is enabled please ensure the idp-metadata.xml file is available in '' | >//In case SAML SSO is enabled please ensure the idp-metadata.xml file is available in '' | ||
| - | Stages | + | The ACS URLs changed and because of that the information about Stages |
| - | Execute | + | The authentication section in the '' |
| + | |||
| + | The original '' | ||
| + | |||
| + | <code bash> | ||
| + | $STAGES_ROOT/ | ||
| + | </ | ||
| === Database access configuration migration === | === Database access configuration migration === | ||
| + | |||
| + | The '' | ||
| + | |||
| + | <code properties config.properties> | ||
| + | database.driver.class.name= | ||
| + | database.jdbc.url= | ||
| + | </ | ||
| + | They are similar to these properties from conf/ | ||
| + | |||
| + | <code properties secret.properties> | ||
| + | database.username= | ||
| + | database.password= | ||
| + | </ | ||
| + | and those are the like torque.database.default.username, | ||
| + | |||
| + | >Add rewriteBatchedStatements=true as parameter to database.jdbc.url if you are using MySQL. | ||