High-Level Steps:-
Pre-requites:-
SSB would be already set up.
Upgrade Steps:-
# Take a backup of the older IIQ war file
# Run the following DDL Scripts for 8.3 DB updates (Upgrade the database scripts)
# Place the zip file in base\ga. Remove any folder version of the zip file present at the location
# Update the IIQ version in the build.properties file (IIQVersion, IIQPatchLevel)
# Update the hostname in the server.properties file
# Update the iiq.properties file
# Run the build command in the GIT hub extracted folder
build.bat clean war
# Stop the Tomcat Server / Service
# Place the identityiq.war file in webapps folder
# Start the Tomcat Server / Service
# Run the upgrade command in the iiq console path
iiq upgrade
##############################==================################################
Patch Steps:-
# Upgrade the database scripts
# Place the zip file in base\patch
# Update the IIQ version in the build.properties file
# Run the build command in the GIT hub extracted folder
build.bat clean war
# Place the identityiq.war file in webApps folder
# Start the Tomcat Server / Service
# Run the patch command in the iiq console path
iiq patch 8.3p3
Note:- We can use any of the following command(s) for building the war file
build.bat clean
build.bat war
(OR)
build.bat clean war
No comments:
Post a Comment