Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These instructions will automatically update the VERA Vera components configured inside your Docker compose file.  In a standard installation, that will include the VERA Vera API Server, the VERA Vera Web Portal, Vera Microservices and the MongoDB databaseRabbitMQ.

Note
title

Updated: 09 DEC 2020

The Docker login credentials listed below have been updated. The credentials listed before this update will not work.

Download the New Software

  1. Open an Administrative PowerShell prompt.

  2. Navigate to the 

Tx3 VERA
  1. Vera Docker Compose Directory that was configured during installation.  This is the directory that contains the docker-compose.yml file.

  2. Update the 

image vera
  1. images for 

vera.server and 
  1. Vera.server, Vera.web.portal, Vera.worker.qtest, vera.api.qtest.routeactions, Vera.api.routes.routeevents and Vera.api.connections.testconnection within the docker-compose.yml file to match the desired release. (Note: The beginning of the image will remain the same and only the tag after : will need to be updated when upgrading)  

  2. docker-compose example

    Code Block
    languageyml
titledocker-compose examplevera
  1. Vera.server:
        image: 
veraserver20190209075900
  1. Veraserver20190209075900.azurecr.io/tx3/
vera
  1. Vera-server-legacy:2023.2
    
    
vera
  1. Vera.web.portal:
        image: 
veraserver20190209075900
  1. Veraserver20190209075900.azurecr.io/tx3/
vera
  1. Vera-web-portal:2023.2
    
    rabbitmq:
        image: masstransit/rabbitmq:3.11.18
    
    
vera
  1. Vera.worker.qtest:
        image: 
veraserver20190209075900
  1. Veraserver20190209075900.azurecr.io/tricentis/
vera
  1. Vera-worker-qtest:2023.2
    
    
vera
  1. Vera.api.qtest.routeactions:
       image: 
veraserver20190209075900
  1. Veraserver20190209075900.azurecr.io/tricentis/
vera
  1. Vera-api-qtest-routeactions:2023.2
    
    
vera
  1. Vera.api.routes.routeevents:
        image: 
veraserver20190209075900
  1. Veraserver20190209075900.azurecr.io/tricentis/
vera
  1. Vera-api-routes-routeevents:2023.2
    
    
vera
  1. Vera.api.connections.testconnection:
       image: 
veraserver20190209075900
  1. Veraserver20190209075900.azurecr.io/tricentis/
vera
  1. Vera-api-connections-testconnection:2023.2


  2. Execute the following commands:

    1. docker login

veraserver20190209075900
    1. Veraserver20190209075900.azurecr.io -u fc12bdd5-6753-40b3-a4da-32bc5d451b39 -p bhfV1g0RhN1O~xS-R-Osv67~HO.zeKMbHp

    2. docker-compose pull

Restart

VERA

Vera with the Updated Software

WARNING:  These steps will result in a temporary outage of the VERA Vera software lasting several seVeral minutes.  Therefore, Tx3 recommends scheduling an outage window before executing these steps.

  1. Open an Administrative PowerShell prompt.

  2. Navigate to the 

Tx3 VERA
  1. Vera Docker Compose Directory that was configured during installation.  This is the directory that contains the docker-compose.yml file.

  2. Execute the following commands:

    1. docker-compose down

    2. docker-compose up -d

Table of Contents

Table of Contents
maxLevel2