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.