If somebody else has Bareos update issues (v16.2.5 to 17.2.4) w/ following error log:
2018-03-05 10:47:15,229 INFO:univention.appcenter.actions.upgrade:error encountered processing /usr/share/dbconfig-common/data/bareos-database-common/upgrade/pgsql/2171:
psql: FATAL: Passwort-Authentifizierung für Benutzer »bareos« fehlgeschlagen FATAL: Passwort-Authentifizierung für Benutzer »bareos« fehlgeschlagen Passwort wurde aus Datei »/tmp/dbconfig-common.psql_home.vefdaK/.pgpass« gelesen
2018-03-05 10:47:15,229 INFO:univention.appcenter.actions.upgrade:psql: FATAL: Passwort-Authentifizierung für Benutzer »bareos« fehlgeschlagen FATAL: Passwort-Authentifizierung für Benutzer »bareos« fehlgeschlagen Passwort wurde aus Datei »/tmp/dbconfig-common.psql_home.
vefdaK/.pgpass« gelesen
dbconfig-common: bareos-database-common configure: aborted.
this should be worked around by:
*) /etc/dbconfig-common/bareos-database-common.conf needed to be modified manually:
## we use 'ident' authmethod, so this default PW seems to be a bug , because it blocks bareos update process
# dbc_dbpass='XXXXXXXX'
dbc_dbpass=''
*) `dpkg --configure bareos-database-common` and other depended outstanding half configured bareos packages
Hope this is helpful for others,
Robert