On 19 Jul 2022, at 09:51, Yedidyah Bar David <didi(a)redhat.com>
wrote:
On Tue, Jul 19, 2022 at 9:38 AM Andrei Verovski <andreil1(a)starlett.lv> wrote:
>
> Hi,
>
>
> Thanks, I solved this problem before by means of executing these commands:
>
> su - postgres -s/bin/bash
> psql -d ovirt_engine_history
>
> CREATE ROLE ovirt_engine_history_grafana;
> ALTER DEFAULT PRIVILEGES FOR ROLE ovirt_engine_history IN SCHEMA public GRANT SELECT
ON TABLES TO ovirt_engine_history_grafana;
> ALTER ROLE ovirt_engine_history_grafana WITH ENCRYPTED PASSWORD ‘my_password';
> ALTER ROLE ovirt_engine_history_grafana WITH LOGIN;
So this last one, 'LOGIN', was the missing part. OK.
Thanks for the update. Glad to hear that you solved it!
Any other conclusions/suggestions you'd like to make?
It was a hell like experience upgrading 4.4.7 to 4.4.10.
I will post an instruction in my blog.
Best regards,
--
Didi