Upgrade ThingWorx Navigate > In-Place Upgrade
In-Place Upgrade
The ThingWorx Navigate Setup tool identifies your previous ThingWorx Navigate installation and guides you through the upgrade.
Before you begin with the upgrade, ensure that you have completed the steps in this topic.
* 
If you are upgrading from ThingWorx Navigate 9.2.0 and you wish to uninstall ThingWorx Flow since it is no longer a prerequisite for ThingWorx Navigate, ensure that you uninstall it only after you are done upgrading to ThingWorx Navigate 9.4.0.
Prepare for In-Place Upgrade
Before you begin upgrading, back up your custom tasks and save a copy of any changes you made to the deny list, formerly known as the blacklist. The sections that follow provide instructions for performing these steps.
Back Up Your Custom Tasks 
If you have custom tasks that were built by modifying out-of-the-box ThingWorx Navigate extensions, make backups, so you can redeploy them after the upgrade. This prevents overwriting of these custom tasks during the upgrade process. For more information, see Best Practices for Developing Solutions in the ThingWorx Help Center.
Your custom tasks that were created using components are automatically upgraded. It is not required to back up your custom tasks. However, it is a good practice to back up your custom tasks and review these tasks after the upgrade. If required, redeploy the custom tasks you backed up.
* 
All BETA components used in custom mashups will be removed when you upgrade to ThingWorx Navigate 9.4.0. Plan to update your mashups after the upgrade with the 9.4.0 version of those components.
Save Your Changes to the Deny List 
If you made any changes to the deny list, save a copy of your changes so you can reapply them after the upgrade. See the Add Attributes to the Deny List topic for more information.
Prerequisites for In-Place Upgrade
Upgrade ThingWorx Foundation 
Before upgrading to ThingWorx Navigate 9.4.0, ensure that you have upgraded to the compatible ThingWorx Foundation version using the installer. Refer to the following steps:
1. Determine the compatible ThingWorx Foundation version using the Release Advisor.
2. Upgrade to the compatible ThingWorx Foundation version using the installer. For help with upgrade, refer to the Using the Installer to Upgrade ThingWorx Foundation topic from the ThingWorx Help Center.
* 
ThingWorx Foundation 9.3.x and later versions require JAVA 11. If you are upgrading from a version deployed with JAVA 8, install JAVA 11, import the relevant certificates from JAVA 8 into JAVA 11, and then proceed with upgrading ThingWorx Foundation.
Review Windchill Requirements 
Ensure you meet the Windchill requirements before you begin upgrading ThingWorx Navigate.
See the "Windchill Requirements" section in the Prerequisites topic for details.
Prerequisites for SSO Authentication 
If you are upgrading from ThingWorx Navigate 9.2.0 and using the SSO authentication, perform the following steps before you begin upgrading:
1. It is recommended that your Windchill is up and running. If Windchill is down, the tailoring data is not retained.
2. Replace the ThingWorx Flow URL with the ThingWorx URL in the sso-settings.json file:
Open the sso-settings.json file located in the $<installdir>\ThingworxPlatform\ssoSecurityConfig folder.
Under BasicSettings, replace the ThingWorx Flow URL with the ThingWorx URL for the following keys: "clientBaseUrl" and "metadataEntityBaseUrl".
You can use the following code snippet for reference:
{
"BasicSettings":
{
"clientBaseUrl": "ThingWorx URL",
"metadataEntityBaseUrl": "ThingWorx URL",
"idpMetadataFilePath": "C:\\PROGRA~2\\ThingWorxFoundation\\ThingworxPlatform\\ssoSecurityConfig\\sso-idp-metadata.xml",
"metadataEntityId": "NAVIGATE_SP_8443",
"webSSOProfileConsumerResponseSkew": "300",
"webSSOProfileConsumerReleaseDOM": "true",
"webSSOProfileResponseSkew": "300",
"retriggerOnScopesRemoval": "true",
"samlAssertionUserNameAttributeName": "uid",
"samlAssertionMaxAuthenticationAge": "28800"
},
Save the sso-settings.json file.
Restart Apache Tomcat and ThingWorx Integration Runtime.
3. Update the PingFederate configuration with the ThingWorx URL. For more information, refer to the PTC Identity and Access Management Help Center.
Prerequisites for Fixed and Windchill Authentication 
It is recommended that your Windchill is up and running. If Windchill is down, the tailoring data is not retained.
Was this helpful?