Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions vendors.d/postgresql.repo.el8
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,24 @@ module_hotfixes=true

# PGDG Red Hat Enterprise Linux / Rocky stable repositories:

[el8-pgdg96]
name=PostgreSQL 9.6 for RHEL / Rocky 8 - $basearch
baseurl=https://yum-archive.postgresql.org/9.6/redhat/rhel-8-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg
module_hotfixes=true


[el8-pgdg10]
name=PostgreSQL 10 for RHEL / Rocky 8 - $basearch
baseurl=https://yum-archive.postgresql.org/10/redhat/rhel-8-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg
module_hotfixes=true


[el8-pgdg15]
name=PostgreSQL 15 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-8-$basearch
Expand All @@ -60,7 +78,7 @@ module_hotfixes=true

[el8-pgdg13]
name=PostgreSQL 13 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-8-$basearch
baseurl=https://yum-archive.postgresql.org/13/redhat/rhel-8-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg
Expand All @@ -69,7 +87,7 @@ module_hotfixes=true

[el8-pgdg12]
name=PostgreSQL 12 for RHEL / Rocky 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-$basearch
baseurl=https://yum-archive.postgresql.org/12/redhat/rhel-8-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg
Expand Down
4 changes: 2 additions & 2 deletions vendors.d/postgresql.repo.el9
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg

[el9-pgdg13]
name=PostgreSQL 13 for RHEL / Rocky / AlmaLinux 9 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-9-$basearch
baseurl=https://yum-archive.postgresql.org/13/redhat/rhel-9-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg

[el9-pgdg12]
name=PostgreSQL 12 for RHEL / Rocky / AlmaLinux 9 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-9-$basearch
baseurl=https://yum-archive.postgresql.org/12/redhat/rhel-9-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg
Expand Down
62 changes: 62 additions & 0 deletions vendors.d/postgresql_map.json.el8
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
"el8-pgdg-common"
]
},
{
"source": "pgdg96",
"target": [
"el8-pgdg96"
]
},
{
"source": "pgdg10",
"target": [
"el8-pgdg10",
"el8-pgdg-centos8-sysupdates",
"el8-pgdg-rhel8-extras"
]
},
{
"source": "pgdg15",
"target": [
Expand Down Expand Up @@ -68,6 +82,30 @@
}
]
},
{
"pesid": "pgdg96",
"entries": [
{
"major_version": "7",
"repoid": "pgdg96",
"arch": "x86_64",
"channel": "ga",
"repo_type": "rpm"
}
]
},
{
"pesid": "pgdg10",
"entries": [
{
"major_version": "7",
"repoid": "pgdg10",
"arch": "x86_64",
"channel": "ga",
"repo_type": "rpm"
}
]
},
{
"pesid": "pgdg15",
"entries": [
Expand Down Expand Up @@ -140,6 +178,30 @@
}
]
},
{
"pesid": "el8-pgdg96",
"entries": [
{
"major_version": "8",
"repoid": "el8-pgdg96",
"arch": "x86_64",
"channel": "ga",
"repo_type": "rpm"
}
]
},
{
"pesid": "el8-pgdg10",
"entries": [
{
"major_version": "8",
"repoid": "el8-pgdg10",
"arch": "x86_64",
"channel": "ga",
"repo_type": "rpm"
}
]
},
{
"pesid": "el8-pgdg15",
"entries": [
Expand Down
Loading