Update PostgreSQL repo

main
Arkady L. Shane 7 months ago
parent 130ee8c58b
commit 03323ad3cb
Signed by untrusted user: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,11 +1,11 @@
####################################################### #######################################################
# PGDG Red Hat Enterprise Linux / MSVSphere repositories # # PGDG Red Hat Enterprise Linux / Rocky repositories #
####################################################### #######################################################
# PGDG Red Hat Enterprise Linux / MSVSphere stable common repository for all PostgreSQL versions # PGDG Red Hat Enterprise Linux / Rocky stable common repository for all PostgreSQL versions
[el8-pgdg-common] [el8-pgdg-common]
name=PostgreSQL common RPMs for RHEL / MSVSphere 8 - $basearch name=PostgreSQL common RPMs for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-8-$basearch
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -18,7 +18,7 @@ module_hotfixes=true
# whose installations cannot be updated. # whose installations cannot be updated.
[el8-pgdg-centos8-sysupdates] [el8-pgdg-centos8-sysupdates]
name=PostgreSQL Supplementary ucommon RPMs for RHEL / MSVSphere 8 - $basearch name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-centos8-sysupdates/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-centos8-sysupdates/redhat/rhel-8-$basearch
enabled=0 enabled=0
gpgcheck=1 gpgcheck=1
@ -30,7 +30,7 @@ module_hotfixes=true
# consul, haproxy, etc. # consul, haproxy, etc.
[el8-pgdg-rhel8-extras] [el8-pgdg-rhel8-extras]
name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / MSVSphere 8 - $basearch name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel8-extras/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel8-extras/redhat/rhel-8-$basearch
enabled=0 enabled=0
gpgcheck=1 gpgcheck=1
@ -38,10 +38,10 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
module_hotfixes=true module_hotfixes=true
# PGDG Red Hat Enterprise Linux / MSVSphere stable repositories: # PGDG Red Hat Enterprise Linux / Rocky stable repositories:
[el8-pgdg15] [el8-pgdg15]
name=PostgreSQL 15 for RHEL / MSVSphere 8 - $basearch name=PostgreSQL 15 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-8-$basearch
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -50,7 +50,7 @@ module_hotfixes=true
[el8-pgdg14] [el8-pgdg14]
name=PostgreSQL 14 for RHEL / MSVSphere 8 - $basearch name=PostgreSQL 14 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-8-$basearch
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -59,7 +59,7 @@ module_hotfixes=true
[el8-pgdg13] [el8-pgdg13]
name=PostgreSQL 13 for RHEL / MSVSphere 8 - $basearch name=PostgreSQL 13 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-8-$basearch
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -68,7 +68,7 @@ module_hotfixes=true
[el8-pgdg12] [el8-pgdg12]
name=PostgreSQL 12 for RHEL / MSVSphere 8 - $basearch name=PostgreSQL 12 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-$basearch baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-$basearch
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -77,8 +77,8 @@ module_hotfixes=true
[el8-pgdg11] [el8-pgdg11]
name=PostgreSQL 11 for RHEL / MSVSphere 8 - $basearch name=PostgreSQL 11 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-8-$basearch baseurl=https://yum-archive.postgresql.org/11/redhat/rhel-8-$basearch
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG

Loading…
Cancel
Save