|
| 1 | +######################################################################### |
| 2 | +# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories. # |
| 3 | +######################################################################### |
| 4 | + |
| 5 | +# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions |
| 6 | + |
| 7 | +[el10-pgdg-common] |
| 8 | +name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 9 | +baseurl=https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-10-$basearch |
| 10 | +enabled=1 |
| 11 | +gpgcheck=1 |
| 12 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 13 | + |
| 14 | +# Red Hat recently breaks compatibility between 8.n and 8.n+1. PGDG repo is |
| 15 | +# affected with the LLVM packages. This is a band aid repo for the llvmjit users |
| 16 | +# whose installations cannot be updated. |
| 17 | + |
| 18 | +# [el10-pgdg-rocky10-sysupdates] |
| 19 | +# name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 20 | +# baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rocky10-sysupdates/redhat/rhel-10-x86_64 |
| 21 | +# enabled=0 |
| 22 | +# gpgcheck=1 |
| 23 | +# gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 24 | + |
| 25 | +# We provide extra package to support some RPMs in the PostgreSQL RPM repo, like |
| 26 | +# consul, haproxy, etc. |
| 27 | + |
| 28 | +[el10-pgdg-rhel10-extras] |
| 29 | +name=Extra packages to support some RPMs in the PostgreSQL RPM repo RHEL / Rocky / AlmaLinux 10 - $basearch |
| 30 | +baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-extras/redhat/rhel-10-$basearch |
| 31 | +enabled=0 |
| 32 | +gpgcheck=1 |
| 33 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 34 | + |
| 35 | +# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable repositories: |
| 36 | + |
| 37 | +[el10-pgdg17] |
| 38 | +name=PostgreSQL 17 for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 39 | +baseurl=https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10-$basearch |
| 40 | +enabled=1 |
| 41 | +gpgcheck=1 |
| 42 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 43 | + |
| 44 | +[el10-pgdg16] |
| 45 | +name=PostgreSQL 16 for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 46 | +baseurl=https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10-$basearch |
| 47 | +enabled=1 |
| 48 | +gpgcheck=1 |
| 49 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 50 | + |
| 51 | +[el10-pgdg15] |
| 52 | +name=PostgreSQL 15 for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 53 | +baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10-$basearch |
| 54 | +enabled=1 |
| 55 | +gpgcheck=1 |
| 56 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 57 | + |
| 58 | +[el10-pgdg14] |
| 59 | +name=PostgreSQL 14 for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 60 | +baseurl=https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10-$basearch |
| 61 | +enabled=1 |
| 62 | +gpgcheck=1 |
| 63 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
| 64 | + |
| 65 | +[el10-pgdg13] |
| 66 | +name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux 10 - $basearch |
| 67 | +baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-$basearch |
| 68 | +enabled=1 |
| 69 | +gpgcheck=1 |
| 70 | +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg |
0 commit comments