IIQ Upgrade from 8.3 to 8.4

Hi All,

We received a requirement form our client to upgrade the IIQ version from 8.3 to 8.4. We would appreciate you guidance in this matter. If anyone has any documentation , step-by-step guides or recorded session on how to perform this activity. Please share with us. that will be helpful for us.

Hi @Gutte_Shubham,

You can follow below link and steps for generic upgrade steps.

URL:
https://community.sailpoint.com/t5/IdentityIQ-Articles/Upgrade-path-through-IdentityIQ-versions/ta-p/73850

Steps:

  1. Back up the database and the IdentityIQ directory/Tomcat directory.
  2. Download the binaries from the community: identityiq-8.4.zip.
  3. Stop the application server.
  4. Delete the /tomcat/webapps/identityiq directory.
  5. Unzip identityiq-8.4.zip and copy identityiq.war to /tomcat/webapps/identityiq.
  6. Extract the WAR file using jar -xvf identityiq.war.
  7. Update iiq.properties along with any other necessary folder changes.
  8. Verify connectivity using the IdentityIQ console.
  9. Update the database by running the script: source upgrade_identityiq_tables.mysql.
  10. In the WEB-INF/bin directory, make the iiq file executable with chmod +x iiq. Then, run ./iiq upgrade.
  11. Check the release notes for any required Java version upgrades.
  12. Restart the application.

Let us know If you are facing any issue.

1 Like