DE EN EN (Google)
  • Version 5.44.1 requires a re-index, schedule the system downtime for the update.

Version 5.44.1

Published on 13.12.2018

Version 5.44.0

Published on 12.12.2018

Web frontend

New

Improved

Resolved

Server, plugins and containers

New

Improved

Resolved

Configuration changes

The examples shown all refer to the already existing easydb5-master.yml.

Email configuration

If the block common.email is used, it must be duplicated as easydb-server.smtp and eas.smtp, but without creating e.g. a second easydb-server line. The old block common can be removed after the update. See also E-Mail configuration.

old

common:
  email:
    server: 172.18.0.1
    hostname: easy.example.com
    from-address: noreply@example.com

new

easydb-server:
  smtp:
    server: 172.18.0.1
    hostname: easy.example.com
    from-address: noreply@example.com
eas:
  smtp:
    server: 172.18.0.1
    hostname: easy.example.com
    from-address: noreply@example.com

Host configuration

This change should only be necessary in exceptional cases if the installation deviates from the standard and, for example, is distributed over several machines or several instances run on one machine. In case docker-hostname occurs in easydb5-master.yml the configuration should be extended. This will turn easydb-server.docker-hostname into easydb-server.hostnames.server, eas.docker-hostname into easydb-server.hostnames.eas, and fylr.docker-hostname into easydb-server.hostnames.fylr. The previous configuration variables should be kept.

old

eas:
  docker-hostname: custom-eas
easydb-server:
   docker-hostname: custom-server
fylr:
   docker-hostname: custom-fylr

new

eas:
  docker-hostname: custom-eas
easydb-server:
  docker-hostname: custom-server
  hostnames:
    eas: custom-eas
    server: custom server
    fylr: custom-fylr
fylr:
  docker-hostname: custom-fylr

Translated with www.DeepL.com/Translator