How to install Postgres 12 beta with YUM

From: "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: How to install Postgres 12 beta with YUM
Date: 2019-08-22 18:29:44
Message-ID: 9ba3a4d1-c15b-b062-675c-de0c70a9f09a@lucee.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have installed the CentOS 7 PGDG file from
https://yum.postgresql.org/repopackages.php

If I `cat /etc/yum.repos.d/pgdg-redhat-all.repo` I see:

# PGDG Red Hat Enterprise Linux / CentOS / Scientific Linux stable
repositories:

[pgdg12]
name=PostgreSQL 12 $releasever - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
...

But when I try to find the version to install I do not see it, e.g. `yum
list postgresql* | grep 12` doesn't show anything with version 12.

Any ideas?

Thanks,

Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Lewis 2019-08-22 18:33:30 Support for using alias in having clause
Previous Message Jerry Sievers 2019-08-22 18:00:38 Re: psql \copy hanging