Skip to content

Migration guide

Hleb Kanonik edited this page Mar 26, 2024 · 5 revisions

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

The previous versions of the migrations are located here

Migration to v24.1

  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:
    ## Add and update ReportPortal repository
    helm repo add reportportal https://reportportal.io/kubernetes
    helm repo update reportportal
    
    
    helm upgrade --install my-release reportportal/reportportal
Clone this wiki locally