Skip to main content
Skip table of contents

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) :

CODE
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):

CODE
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:

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.