Vera 2023.3 Upgrade Tasks

For upgrades from versions prior to 2023.1: a two step upgrade process must be followed. Please upgrade to 2023.1 first, then upgrade to 2023.3. If the two step process is not followed, then the connections will not be properly imported from the Synchronization Policy.

Starting with 2023.2.3, older SSL certificates used by the Web Portal for HTTPS may no longer work with Vera. This is due to Node.js no longer supporting certificates using the RC2 ciphers. When upgrading, make sure to create a new certificate PFX file with a supported cipher.

In this version, we have introduced several new containers to improve performance. Your deployment script (e.q. docker-compose-yml) needs to be updated to include the new images. Please see https://tx3.atlassian.net/wiki/spaces/V20233/pages/437001098 for more information.

  1. tricentis/vera-worker-jira - Worker to handle Jira actions.

  2. tricentis/vera-api-jira-routeactions - Public API for Route Actions from Jira

There is a sample docker-compose file on the https://tx3.atlassian.net/wiki/spaces/V20233/pages/437000958 page

Vera 2023.3 introduced new features. Vera will automatically make the following updates when you upgrade to Vera 2023.3 to support these new features.

  1. Users can now be deactivated via the User Management area. All current users will be marked as Active until they are manually deactivated. More information can be found here: https://tx3.atlassian.net/wiki/spaces/V20233/pages/436404292

  2. Vera Local Users (eg. service accounts and non-SSO users) will now be allowed up to 5 incorrect login attempts within a 10 minute period before their accounts are temporarily locked. More information can be found here:

  3. The system will add the following databases and collections:

    1. New Database: tx3-vera-jira:

      1. Collection: webhook-callbacks

    2. New Database: tx3-vera-webhooks

      1. Collection: webhook-callbacks

    3. New Database: vera-worker-jobservice-sagas

      1. Collection: job-attempts

      2. Collection: job-types

      3. Collection: jobs

Network Communication Changes

With the introduction of microservices for the qTest and Jira modules, various network changes will need to be implemented to ensure qTest - Vera and Jira - Vera connectivity. See this page for more information on the ports that will be required after the upgrade:

Additional Logging Options

The following logging options are now now available to be added to the logging-settings.yml file.

  • API Jira RouteActions

  • Worker Jira

  • Worker JobService

  • Users

For more information on logging settings, see

Follow the steps below for your current Vera version:

Upgrading from a version prior to 2023.1

If you are upgrading from any version prior to 2023.1, please follow these step to ensure your upgrade is successful.

  1. Upgrade MongoDB, if needed. See the “MongoDB Compatibility Update” section below.

  2. Follow the steps to upgrade to 2022.3, if needed:

  3. Perform the upgrade to 2023.1:

    1. Set the docker container tags to the latest patch for 2023.1:

    2. Pull the images

    3. Restart the docker containers

  4. Once the server has successfully started up, follow the steps below to upgrade from 2023.1.

Upgrading from 2023.1

If you are upgrading from 2023.1, please follow these steps to ensure your upgrade is successful.

  1. Upgrade MongoDB, if needed. See the “MongoDB Compatibility Update” section below.

  2. Add the following containers to the docker-compose.yml (or similar) file. A sample file is located here:

    1. vera.server: replace the tx3/vera-server image with the tricentis/vera-server-legacy image

    2. rabbitmq

    3. vera.worker.qtest

    4. vera.api.qtest.routeactions

    5. vera.api.routes.routeevents

    6. vera.api.connections.testconnection

    7. vera.worker.jobservice

    8. vera.worker.jira

    9. vera.api.jira.routeactions

  3. Set the image tags to the highest patch available for 2023.3. See here for more information on setting the image tags:

  4. Vera will create the following databases and collections. Ensure the MongoDB user has the appropriate permissions to create the collections, or create them manually if needed:

    1. New Database: tx3-vera-connections:

      1. Collection: connections

    2. New Database: tx3-vera-webhooks

      1. Collection: webhook-callbacks

    3. New Database: vera-qtest-routeactions-sagas

      1. Collection: job-attempts

      2. Collection: job-types

      3. Collection: jobs

    4. New Database: tx3-vera-jira

      1. Collection: webhook-calls

    5. New Database: vera-worker-jobservice-sagas

      1. Collection: job-attempts

      2. Collection: job-types

      3. Collection: jobs

  5. Pull the images.

  6. Restart the containers.

Upgrading from 2023.2

If you are upgrading from 2023.2, please follow these steps to ensure your upgrade is successful.

  1. Add the following containers to the docker-compose.yml (or similar) file. A sample file is located here:

    1. vera.worker.jobservice

    2. vera.worker.jira

    3. vera.api.jira.routeactions

  2. Set the image tags to the highest patch available for 2023.3. See here for more information on setting the image tags:

  3. Vera will create the following databases and collections. Ensure the MongoDB user has the appropriate permissions to create the collections, or create them manually if needed:

    1. New Database: tx3-vera-jira

      1. Collection: webhook-calls

    2. New Database: vera-worker-jobservice-sagas

      1. Collection: job-attempts

      2. Collection: job-types

      3. Collection: jobs

  4. Pull the images.

  5. Restart the containers.

 

MongoDB Compatibility Update

Vera now requires a minimum MongoDB version of 5.0. Please ensure your MongoDB is updated prior to upgrading Vera to the latest version.

Current MongoDB Version

Upgrade Path

Current MongoDB Version

Upgrade Path

4.2.x

  1. Upgrade to MongoDB 4.4:  

  2. Upgrade to MongoDB 5.x:

  3. (Optional) Upgrade to MongoDB 6.x:

4.4.x

  1. Upgrade to MongoDB 5.x:

  2. (Optional) Upgrade to MongoDB 6.x:

5.x

  1. (Optional) Upgrade to MongoDB 6.x:

6.x

No upgrade necessary.