#8216 Stage Koji Content Generator Import Fails
Closed: Fixed 4 years ago by mizdebsk. Opened 4 years ago by mprahl.

When MBS tries to perform a Koji Content Generator import in stage, Koji fails with Fault 1: "<class 'psycopg2.ProgrammingError'>: permission denied for relation build_reservations\\n">. There is no hurry, but when you get around to it, it'd be nice to get this fixed for us to be able to test MBS deployments in staging.

Thank you for your help.


Metadata Update from @mizdebsk:
- Issue assigned to mizdebsk
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: koji, staging

4 years ago

Fixed with:

BEGIN;
ALTER TABLE build_notifications_block OWNER TO koji;
ALTER TABLE build_reservations OWNER TO koji;
COMMIT;

Metadata Update from @mizdebsk:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata