By: D S user 28 Feb 2017 at 9:56 a.m. CST

3 Responses
D S gravatar
Hi. I have been told that 2.4.4 SP3 has the changes in sp1 and sp2 included. Can you please provide the documentation URL for SP3 deployment as I can no longer find it on the new document site? Thanks

By Aliaksandr Samuseu staff 28 Feb 2017 at 11:26 a.m. CST

Aliaksandr Samuseu gravatar
Hi, D S. There is no SP3 updater which would streamline upgrade process yet. You need to update to SP2 using updater package, then download needed SP3 war files and put them inside container.

By D S user 28 Feb 2017 at 11:31 a.m. CST

D S gravatar
Hi is there documentation on this please or can detailed steps please be provided? Can I have the documentation URL for sp2 updater and then steps from there to go to SP3 Thanks for help

By Aliaksandr Samuseu staff 28 Feb 2017 at 11:48 a.m. CST

Aliaksandr Samuseu gravatar
Please use next steps: 1. Stop Gluu service and backup your instance 2. Run `# yum install gluu-updater-2.4.4` outside of container 3. Start Gluu service and move into container 4. `# cd /opt/upd/2.4.4.sp2/bin` 5. Run update scripts in next order: - ./update_system.sh - ./update_ldap.sh - ./update_opendj.sh - ./update_war.sh Now you should have Gluu upgraded to SP2. Below is list of archives you'll need to download into container (you only need those actually installed in your instance): - [oxtrust-server-2.4.4.sp3.war](https://ox.gluu.org/maven/org/xdi/oxtrust-server/2.4.4.sp3/oxtrust-server-2.4.4.sp3.war) - [oxauth-server-2.4.4.sp3.war](https://ox.gluu.org/maven/org/xdi/oxauth-server/2.4.4.sp3/oxauth-server-2.4.4.sp3.war) - [oxidp-2.4.4.sp3.war](https://ox.gluu.org/maven/org/xdi/oxidp/2.4.4.sp3/oxidp-2.4.4.sp3.war) - [ox-cas-server-webapp-2.4.4.sp3.war](https://ox.gluu.org/maven/org/xdi/ox-cas-server-webapp/2.4.4.sp3/ox-cas-server-webapp-2.4.4.sp3.war) `oxidp` goes to `/opt/idp/war/idp.war`, `oxtrust` to `/opt/tomcat/webapps/identity.war`, `oxauth` to `/opt/tomcat/webapps/oxauth.war`, `ox-cas-server` to `/opt/tomcat/webapps/cas.war` - i.e. you must rename it accordingly so they would overwrite existing archives. Stop Tomcat with `# service tomcat stop`, copy the files, then remove all already unpacked archives (directories) under `/opt/tomcat/webapps/` and start Tomcat.