From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | sthistleva(at)gmail(dot)com |
Subject: | BUG #16382: pgdg-redhat-repo-42.0-9 has two sections with the same name - causing issues |
Date: | 2020-04-20 21:31:45 |
Message-ID: | 16382-65f0fd349a2c4a2e@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 16382
Logged by: Susan Thistlethwaite
Email address: sthistleva(at)gmail(dot)com
PostgreSQL version: Unsupported/Unknown
Operating system: CentOS 7
Description:
Please rename one of the two 'pgdg12-source' sections below (they shouldn't
be the same name and it's messing up my Foreman install).
from:
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-42.0-9.noarch.rpm
===
...
# PGDG Red Hat Enterprise Linux / CentOS SRPM testing common repository
[pgdg12-source]
name=PostgreSQL 12 for RHEL/CentOS $releasever - $basearch - Source
failovermethod=priority
baseurl=https://download.postgresql.org/pub/repos/yum/srpms/common/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
# PGDG Source RPMs (SRPM), and their testing repositories:
[pgdg12-source]
name=PostgreSQL 12 for RHEL/CentOS $releasever - $basearch - Source
failovermethod=priority
baseurl=https://download.postgresql.org/pub/repos/yum/srpms/12/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2020-04-21 00:57:16 | Re: BUG #16361: [pgadmin-v4.20] Empty error message when you try to generate table create script |
Previous Message | David G. Johnston | 2020-04-20 20:39:12 | Re: NOTIFY in multi-statement PQexec() not sent outside of transaction |