Hallo Sven,
ich habe das gleiche Verhalten hier, allerdings noch mit einer Ergänzung.
Ich führte vorher das Upgrade von PostgreSQL von 9.1 auf 9.4 nach diesem Eintrag aus:
UCS-4.2 ships PostgreSQL 9.4 by default, while previous UCS versions (UCS 4.1 and UCS 3.3) shipped PostgreSQL 9.1 by default. When such systems are updated, however, the installed PostgreSQL version is retained.
The following steps are necessary on a UCS-4.2 system for updating PostgreSQL 9.1 to PostgreSQL 9.4
[ -f /usr/sbin/univention-pkgdb-scan ] && chmod -x /usr/sbin/univention-pkgdb-scan
service postgresql stop
rm -rf /etc/postgresql/9.4
apt-get install --reinstall postgresql-9.4
And then …
Darauf kam ich ausgehend hiervon:
https://docs.software-univention.de/release-notes-4.3-0-de.html#relnotes:prepare
Welches mir anzeigte, dass die Version 9.1 nicht mehr unterstützt wird und die Version 9.4 benötigt würde.
Schau’n wir mal.
Mfg,
Michael