Update Instructions 2023 Autumn
When updating your yuuvis® Momentum installation to version 2023 Autumn, manual configuration changes are required for some services.
Table of Contents
Breaking Changes
The following Breaking Changes are incompatible changes we had to deploy into operation, and therefore you—as a yuuvis® user—need to be aware of them and take action accordingly.
Support of Keycloak Version 22 Keycloak version 22 requires the >> yuuvis® Momentum Requirements Action: Configure the scope parameter in the application-oauth2.yml configuration file. To realize high performance while the workload increases, it is now possible to configure multiple Elasticsearch instances. Furthermore, the connection to Elasticsearch can now be secured by username and password. Action: To continue using the same Elasticsearch instance for all tenants, replace the The The new configuration structure used as of product version 2023 Autumn: To use different Elasticsearch instances for individual tenants, please read the documentation of the application-es.yml configuration file.Infrastructure
scope
configuration parameter. The Keycloak update is optional for the core system, but MANDATORY forCore
Support of multiple Elasticsearch Instances
spring.data.elasticsearch
parameters as shown in the example below in your application-es.yml configuration in the Git root directory.spring.datasource
parameters used up to product version 2023 Summer:spring.data.elasticsearch.cluster-name: 'my-es-cluster'
spring.data.elasticsearch.cluster-nodes: '12.23.5.678:9012'
spring.data.elasticsearch.repositories.enabled: true
storage:
searchdatabases:
database1:
datasource: dbsource1
predicate: 'spel:true'
default: true
searchdatasources:
dbsource1:
urls: '12.23.5.678:9012'
index: 'exampleindex'