#3810 Fedora38 postgre permissions error
Closed: Invalid 2 years ago by tkopecek. Opened 2 years ago by relias-redhat.

Deploying current version of koji on F38 returns PSQL error:

koji=> BEGIN WORK;

-- We use the events table to sequence time
-- in the event that the system clock rolls back, event_ids will retain proper sequencing
CREATE TABLE events (
        id SERIAL NOT NULL PRIMARY KEY,
        time TIMESTAMPTZ NOT NULL DEFAULT clock_timestamp()
) WITHOUT OIDS;
BEGIN
ERROR:  permission denied for schema public

switching to older version (14) works.


Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.33

2 years ago

When following https://docs.pagure.org/koji/server_howto/#postgresql-server it still works. I'm dropping this one for now as it is related to the way how qe environment is set up.

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

2 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: None (was: 1.33)

2 years ago

Log in to comment on this ticket.

Metadata