Dear Comunity,
since some time I’ve noticed while updating an error like:
pg.InternalError: FATAL: kein pg_hba.conf-Eintrag für Host »192.168.x.y«, Benutzer »ucs-role$«, Datenbank »pkgdb«, SSL an
actually - I on all ucs machines. On every system the output looks like this:
root@ucs-role:~# univention-pkgdb-scan
Traceback (most recent call last):
File "/usr/sbin/univention-pkgdb-scan", line 37, in <module>
univention.pkgdb.main()
File "/usr/lib/pymodules/python2.7/univention/pkgdb.py", line 578, in main
connection = open_database_connection(config_registry, pkgdbu=False)
File "/usr/lib/pymodules/python2.7/univention/pkgdb.py", line 560, in open_database_connection
connection = pgdb.connect(database=connectstring)
File "/usr/lib/python2.7/dist-packages/pgdb.py", line 1615, in connect
cnx = _connect(dbname, dbhost, dbport, dbopt, dbuser, dbpasswd)
pg.InternalError: FATAL: kein pg_hba.conf-Eintrag für Host »192.168.x.y«, Benutzer »ucs-role$«, Datenbank »pkgdb«, SSL an
I followed the postgres update guide provided here and here. So there was an update from 9.1, 9.4, to 9.6.
Seaching the forum only got me issues that are 10 years old. So I thought I just ask again as my knowledge of postgresql is very limited.
Is there an easy fix for this?
Best,
Bernd