Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
These instructions will automatically update the VERA components configured inside your Docker compose file. In a standard installation, that will include the VERA API Server, the VERA Web Portal, Vera Microservices and the MongoDB database.
Note | ||
---|---|---|
| ||
The Docker login credentials listed below have been updated. The credentials listed before this update will not work. |
Download the New Software
- Open an Administrative PowerShell prompt.
- Navigate to the Tx3 VERA Docker Compose Directory that was configured during installation. This is the directory that contains the docker-compose.yml file.
Update the image for vera.server and vera.web.portal 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)
Code Block language yml title docker-compose example vera.server: image: veraserver20190209075900.azurecr.io/tx3/vera-server:2023.2 vera.web.portal: image: veraserver20190209075900.azurecr.io/tx3/vera-web-portal:2023.2 rabbitmq: image: masstransit/rabbitmq:3.11.18 vera.worker.qtest: image: veraserver20190209075900.azurecr.io/tricentis/vera-worker-qtest:2023.2 vera.api.qtest.routeactions: image: veraserver20190209075900.azurecr.io/tricentis/vera-api-qtest-routeactions:2023.2 vera.api.routes.routeevents: image: veraserver20190209075900.azurecr.io/tricentis/vera-api-routes-routeevents:2023.2 vera.api.connections.testconnection: image: veraserver20190209075900.azurecr.io/tricentis/vera-api-connections-testconnection:2023.2
- Execute the following commands:
docker login veraserver20190209075900.azurecr.io -u fc12bdd5-6753-40b3-a4da-32bc5d451b39 -p bhfV1g0RhN1O~xS-R-Osv67~HO.zeKMbHp
docker-compose pull
Restart VERA with the Updated Software
WARNING: These steps will result in a temporary outage of the VERA software lasting several minutes. Therefore, Tx3 recommends scheduling an outage window before executing these steps.
- Open an Administrative PowerShell prompt.
- Navigate to the Tx3 VERA Docker Compose Directory that was configured during installation. This is the directory that contains the docker-compose.yml file.
- Execute the following commands:
docker-compose down
docker-compose up -d
Table of Contents
Table of Contents maxLevel 2