On 7/14/22 16:37, Moritz Baumann wrote:
I had a similar issue.
for me, taking the password from
/etc/ovirt-engine-dwh/ovirt-engine-dwhd.conf.d/10-setup-grafana-database.conf
(GRAFANA_DB_PASSWORD)
and set that password in postgres for the
user ovirt_engine_history_grafana did the trick.
su - postgres -s/bin/bash
psql
\password ovirt_engine_history_grafana
# enter the password from that file