-
-
Notifications
You must be signed in to change notification settings - Fork 467
Migration to ReportPortal v.24.2
Hleb Kanonik edited this page Oct 4, 2024
·
5 revisions
- Review changes in
docker-compose.yml
by comparing GitHub release tags: v24.1...v24.2
☝️ Please note that the double-entry environments have been removed from version 24.2.0
- Change your own
docker-compose.yml
regarding new environments and image versions. Important release v24.2 changes:- Service API has the new AMQP settings.
- 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 the latest from the dockerhub.
- Upgrade ReportPortal using the following command:
docker compose -p reportportal up -d --force-recreate