v3.9 v3.8.4 v3.8.3 v3.8.2 v3.8.1 v3.8 v3.7.2 v3.7.1 v3.7 v3.6
Auto Light Dark
Auto Light Dark
v3.9 v3.8.4 v3.8.3 v3.8.2 v3.8.1 v3.8 v3.7.2 v3.7.1 v3.7 v3.6

Update to version 2.7.7

Before you START THE UPGRADE please check if you get SCORE (CONTEXT and MOTION). In order to do this please do a few SSP LOGIN.

Please be advised that for the Webapp servers, you will need approximately 50GB of free disk space to perform the upgrade.

On all UBA Webapp Servers / VeridiumID Persistence Servers you need to have an username with “sudo” privileges in order to be able to run the scrips.

  1. Open a terminal for each node (Webapp UBA and VeridiumId Persistence) :

TMP_DEST="/vid-app/update277"
sudo mkdir -p $TMP_DEST && sudo chown $(whoami):$(whoami) $TMP_DEST && sudo chmod 755 $TMP_DEST
# Please replace <nexusUser> / <nexusPassword> with your nexus credentials
# Download "uba-onprem-installer-2.7.7.zip" on each node
sudo wget -P $TMP_DEST --user <nexusUser> --password <nexusPassword> https://veridium-repo.veridium-dev.com/repository/UBAInstallerOnPrem/2.7.7/uba-onprem-installer-2.7.7.zip 
sudo unzip ${TMP_DEST}/uba-onprem-installer-2.7.7.zip -d ${TMP_DEST}
  1. Run the following command (one server at time - starting with UBA Webapp nodes):

sudo bash ${TMP_DEST}/uba-onprem-installer/update-procedure/update.sh 2.7.7

 

  • If the UBA services are not running, and you want to change the version to 2.7.7 after the remediation, you should run:

    sudo sed -i "s/UBA_VERSION.*/UBA_VERSION=2.7.7/g" /etc/default/veridiumid/uba_variables
    

 

Last updated: