You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Cannot upgrade the Engine database schema due to wrong '
'ownership of some database entities.\n'
)
)
I'd like to put the postgres user in a postgres group and make that group owner of the tables etc. This makes it possible to share owner privileges with other users. The ovirt-engine user would still have full privileges, but the check fails, due to the rol.rolname != %(user)s .
My request is to let the check succeed also when the user is a member of the owner role.
The text was updated successfully, but these errors were encountered:
betanummeric
pushed a commit
to betanummeric/ovirt-engine
that referenced
this issue
Apr 24, 2023
Apparently, ovirt-engine insists on having the user used for database connections own all postgres objects directly:
The error is raised here:
ovirt-engine/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/db/schema.py
Lines 298 to 343 in a65cf0e
I'd like to put the postgres user in a postgres group and make that group owner of the tables etc. This makes it possible to share owner privileges with other users. The ovirt-engine user would still have full privileges, but the check fails, due to the
rol.rolname != %(user)s
.My request is to let the check succeed also when the user is a member of the owner role.
The text was updated successfully, but these errors were encountered: