Versions Compared

Key

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

...

  1. Open an Administrative PowerShell prompt.
  2. Navigate to the Tx3 VERA Docker Compose Directory that was configured during installation.  This is the directory that contains the docker-compose.yml file.
  3. 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
    languageyml
    titledocker-compose example
    vera.server:
        image: veraserver20190209075900.azurecr.io/tx3/vera-server:1.7.0
    
    vera.web.portal:
        image: veraserver20190209075900.azurecr.io/tx3/vera-web-portal:1.7.0


  4. Execute the following commands:
    1. docker login veraserver20190209075900.azurecr.io -u fc12bdd5-6753-40b3-a4da-32bc5d451b39 -p bhfV1g0RhN1O~xS-R-Osv67~HO.zeKMbHp
    2. docker-compose pull

...