-
Bug
-
Resolution: Done
-
Major
-
None
-
2.10 CR1
-
3
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Undefined
-
+
-
-
3scale-doc-2021-08-02, 3scale-doc-2021-09-06, 3scale-doc-2021-09-27, 3scale-doc-2021-11-01, 3scale-doc-2021-11-22
Location of smtp configuration has changed
Needed changes in backup guide:
Following line should be removed from '5.5.6.2. ConfigMaps':
oc get configmaps smtp -o json --export > smtp.json
And next line should be added to '5.5.6.1. OpenShift secrets'
oc get secrets system-smtp -o json --export > system-smtp.json
Changes for restore guide:
In '5.6.1. Restoring a template-based deployment' step no.1:
- Restore secret before creating deploying template: }}{{
oc apply -f system-smtp.json{{}}
In '5.6.2. Restoring an operator-based deployment':
add line to step no.1:
oc apply -f system-smtp.json{{}}
from step no.2 delete line:
oc apply -f smtp.json