> On 19 Jul 2022, at 09:51, Yedidyah Bar David <d...@redhat.com> wrote:
> 
> On Tue, Jul 19, 2022 at 9:38 AM Andrei Verovski <andre...@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
> 
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RBFLSKIYHHR6O2ZWRLZNVH5MBA3FTFCS/

Reply via email to