-
Bug
-
Resolution: Done
-
Major
-
2.4 GA
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
Hello,
There are 2 issues in the Documentation on the "Upgrading 3scale API Management 2.3 to 2.4" section:
https://access.redhat.com/documentation/en-us/red_hat_3scale_api_management/2.4/html-single/infrastructure/
1. The memcached image should not contain a version:
From:
oc patch dc/system-memcache --patch='{"spec":{"template":{"spec":{"containers":[{"name": "memcache", "image":"registry.access.redhat.com/3scale-amp20/memcached:1.4.15-15"}]}}}}'
To:
oc patch dc/system-memcache --patch='{"spec":{"template":{"spec":{"containers":[{"name": "memcache", "image":"registry.access.redhat.com/3scale-amp20/memcached"}]}}}}'
2. There should be a step to set the AMP_RELEASE variable to 2.4.0, just like in the 2.2 --> 2.3 migration Documentation:
https://access.redhat.com/documentation/en-us/red_hat_3scale/2.3/html-single/infrastructure/
export AMP_RELEASE=2.4.0
- causes
-
THREESCALE-7427 When migrating 3scale via the opeartor, AMP_RELEASE version does not get update
- Closed
- relates to
-
THREESCALE-1398 Create customer facing upgrade document (2.3 to 2.4)
- Closed