Upgrade from 3.9.x to 3.10
Users can upgrade the ISD v3.9.x to ISD v3.10. The upgrade instructions and Script file can be found at the link below.
Upgrade instructions
Script File
https://github.com/OpsMx/platform-service/blob/v3.10/data-migration/migration_v3.9.x_to_v3.10.py
Configuration changes:
These configuration changes are applicable only for upgrading ISD from 3.9.x to 3.10.x.
Autopilot > configmap.yml
Add the following configurations into autopilot cm file oes-autopilot-config > autopilot.properties file. These should be in the same level of #storage configuration section.
Datascience > configmap.yml
Add the following configuration into datascience cm file oes-datascience-config > app-config.yml file. It should be in the same level of RABBITMQ section.
Gate > configmap.yml
Add the following configuration into oes-gate-config secret file under services: section. It should be at the same level as other services.
Add the following in oes-gate-config under gate.yml to enable custom plugins for Verification, TestVerification, Approval, and Policy.
UI > configmap.yml
Add the following configuration into: app-config.json file in oes-ui-config cm file.
Visibility-service > configmap.yml
Add the following configuration into oes-visibility-config cm file under visibility-local.yml. It should be parallel to autopilot, gate, platform, etc.
bootstrap/bootstrap.yml
Add the following configuration into bootstrap secret file under bootstrap.yml. It should be parallel to spring.
Last updated