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.
ashutosh08
(Ashutosh Singh)
August 12, 2024, 3:35pm
2
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:
Back up the database and the IdentityIQ directory/Tomcat directory.
Download the binaries from the community: identityiq-8.4.zip.
Stop the application server.
Delete the /tomcat/webapps/identityiq directory.
Unzip identityiq-8.4.zip and copy identityiq.war to /tomcat/webapps/identityiq.
Extract the WAR file using jar -xvf identityiq.war.
Update iiq.properties along with any other necessary folder changes.
Verify connectivity using the IdentityIQ console.
Update the database by running the script: source upgrade_identityiq_tables.mysql.
In the WEB-INF/bin directory, make the iiq file executable with chmod +x iiq. Then, run ./iiq upgrade.
Check the release notes for any required Java version upgrades.
Restart the application.
Let us know If you are facing any issue.
1 Like