Jump to: navigation, search
(removing reference to the latest version (it changes all the time))
(Ready to publish for 9.0.000.80 release on Dec 21, 2020)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Upgrading <strike>from 9.0.002.57</strike> to 9.0.002.74=
+
=Upgrading from 9.0.002.57=
  
 
Configuration file ('''parameters.yaml''') should be updated as follows:
 
Configuration file ('''parameters.yaml''') should be updated as follows:

Latest revision as of 20:56, December 18, 2020

Upgrading from 9.0.002.57

Configuration file (parameters.yaml) should be updated as follows:

Redis server configuration

Previously:

REDIS_ADDR: redis-cluster:6379

Now, it is split as:

REDIS_ADDR: redis-cluster
REDIS_PORT: 6379

Elasticsearch server configuration

Previously:

ELASTICSEARCH: elasticsearch:9200

Now, it is split as:

ELASTICSEARCH_ADDR: elasticsearch
ELASTICSEARCH_PORT: 9200

Ingress endpoints configuration

A new section should be added to parameters.yaml:

entryPoints:
  internal:
    service:
      type: LoadBalancer
      annotations: {}
    ingress:
      annotations: {}
      tlsEnable: false
      secretName: gws-secret-int
      hostName: gws-int.test.com
  external:
    service:
      type: ClusterIP
      annotations: {}
    ingress:
      annotations: {}
      tlsEnable: false
      secretName: gws-secret-ext
      hostName: gws.test.com
This page was last edited on December 18, 2020, at 20:56.
Comments or questions about this documentation? Contact us for support!