Skip to content

Migration guide

Hleb Kanonik edited this page Oct 4, 2024 · 13 revisions

Artifact Hub Join Slack chat! stackoverflow GitHub contributors Docker Pulls License Build with Love

☝️ Before starting, ensure to create a backup of ReportPortal

The previous versions of the migrations are located here

Migration to 24.2.0

  1. Review changes by comparing GitHub release tags: reportportal-24.1.0...reportportal-24.2.0

☝️ Please note that the double-entry values and environments have been removed from version 24.2.0

  1. Merge changes from master branch to your own repository or local files.
  2. Change your own values.yaml regarding new values and image versions. Release 24.2.0 changes:
    • Service API has the new AMQP settings instead of queues.
    • RabbitMQ now requires additional plugins to ensure proper functionality of ReportPortal.
    • If you're using your own RabbitMQ instance, please upgrade your RabbitMQ Helm chart or instance to install the necessary plugins. Note that RabbitMQ v3.12+ is required for the shovel plugin. Required Plugins:
    • All the ReportPortal services changed images to new versions. Check latest from the dockerhub.
  3. Upgrade ReportPortal using the following command:
    • Local path:
    helm upgrade --install my-release ./reportportal
    • From the Helm Chart repository:
    helm repo add reportportal https://reportportal.io/kubernetes
    helm repo update reportportal
    
    helm upgrade my-release reportportal/reportportal

Migration to 24.1.0

  1. Review changes by comparing GitHub release tags: reportportal-23.2.0...reportportal-24.1.0
  2. Merge changes from master branch to your own repository or local files.
  3. Change your own values.yaml regarding new values and image versions. Release 24.1 changes:
  4. Upgrade ReportPortal using the following command:
    • Local path:
    helm upgrade --install my-release ./reportportal
    • From the Helm Chart repository:
    helm repo add reportportal https://reportportal.io/kubernetes
    helm repo update reportportal
    
    helm upgrade my-release reportportal/reportportal
Clone this wiki locally