Learn more about these different git repos.
Other Git URLs
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
https://fluca1978.github.io/2022/07/15/PostgreSQL15PublicSchema.html
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)
Metadata Update from @tkopecek: - Issue set to the milestone: None (was: 1.33)
Log in to comment on this ticket.