# backup the install folder
tar czf keeperbackup.tar.gz keeper/
# remove the application files but leave data and logs
# copy the new SSO zip and extract it without overwriting
mv /path/to/KeeperSso_java.zip .
unzip -n KeeperSso_java.zip
# this depends on how you start the service
nohup java -jar SSOConnect.jar &