Upgrade from Identity Connect 7.1.X to Identity Connect 7.1.6
For the latest security enhancements, upgrade from earlier releases of Identity Connect 7.1 to Identity Connect 7.1.6 on Windows or Linux.
Required Editions
| Available in: both Salesforce Classic and Lightning Experience |
| Available for an additional cost in: Enterprise, Performance, and Unlimited Editions. Developer Edition includes 10 Identity Connect permission set licenses. |
- From Setup, in the Quick Find box, enter Identity Connect, and then select Identity Connect.
- Download and unzip Identity Connect 7.1.6.
-
Stop the Identity Connect 7.1.X instance. On Windows, use the standard Windows utility
or type
-> shutdown. For Bash, usepath/to/salesforceIdConnect-3/shutdown.sh. -
Copy these configuration files from the conf directory of the
extracted Identity Connect 7.1.6 installation to the conf directory
of your Identity Connect 7.1.X installation.
- authentication.json
- managed.json
- repo.jdbc.json
- internal.jsonrepo.init.json
- jetty.xml
cp /path/to/salesforceIdConnect-715/conf/managed.json /path/to/salesforceIdConnect-7/conf/ -
Replace the Identity Connect 7.1.6 conf directory with the
Identity Connect 7.1.X conf directory.
cp -r /path/to/salesforceIdConnect-71X/conf /path/to/salesforceIdConnect-715/Your Identity Connect 7.1.X configuration is now copied to your new Identity Connect 7.1.6 instance, with new versions of the required configuration files. -
Copy the security files from your Identity Connect 7.1.X installation to your Identity
Connect 7.1.6 installation.
cp -r /path/to/salesforceIdConnect-71X/security /path/to/salesforceIdConnect-715/ -
Copy the startup configuration from your Identity Connect 7.1.X installation to your
Identity Connect 7.1.6 installation.
cp -r /path/to/salesforceIdConnect-71X/resolver /path/to/salesforceIdConnect-715/ -
Copy the data from your Identity Connect 7.1.X installation to your Identity Connect
7.1.6 installation.
cp -r /path/to/salesforceIdConnect-71X/db /path/to/salesforceIdConnect-715/ -
Start up Identity Connect 7.1.6. You can start Identity Connect as a Windows service,
or use one of these commands.
-
For PowerShell, use
\path\to\salesforceIdConnect-715\startup.bat. -
For Bash, use
/path/to/salesforceIdConnect-715/startup.sh.
-
For PowerShell, use
Did this article solve your issue?
Let us know so we can improve!

