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:51] – [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> | <code xml> | ||
| Line 74: | Line 79: | ||
| >//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 '' | ||
| + | |||
| + | The ACS URLs changed and because of that the information about Stages in the IDP must be updated. Best case is to take the sp-metadata.xml file and import it on the IDP. Certificates should stay the same. | ||
| The authentication section in the '' | The authentication section in the '' | ||
| Line 85: | Line 92: | ||
| === Database access configuration migration === | === Database access configuration migration === | ||
| - | The '' | + | The '' |
| <code properties config.properties> | <code properties config.properties> | ||
| Line 91: | Line 98: | ||
| database.jdbc.url= | database.jdbc.url= | ||
| </ | </ | ||
| + | They are similar to these properties from conf/ | ||
| <code properties secret.properties> | <code properties secret.properties> | ||
| Line 96: | Line 104: | ||
| database.password= | database.password= | ||
| </ | </ | ||
| - | + | and those are the like torque.database.default.username, | |
| - | They are similar to these properties from conf/ | + | |
| >Add rewriteBatchedStatements=true as parameter to database.jdbc.url if you are using MySQL. | >Add rewriteBatchedStatements=true as parameter to database.jdbc.url if you are using MySQL. | ||