From: | "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How to install Postgres 12 beta with YUM |
Date: | 2019-08-22 20:55:33 |
Message-ID: | ce61852f-22d1-e6e7-dbc1-ebab7c533fb1@lucee.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Adrian,
On 8/22/2019 12:48 PM, Adrian Klaver wrote:
> <snip/>
> In addition to my previous post maybe change:
>
> baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-$releasever-$basearch
>
>
> to:
>
> baseurl=https://download.postgresql.org/pub/repos/testing/yum/12/redhat/rhel-$releasever-$basearch
>
Almost! "/testing" comes after "/yum" rather than before it, so it's
baseurl=https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-$releasever-$basearch
But before I figured that out I used the other link you posted and
installed the 3 packages separately like so:
# yum install
https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-7.6-x86_64/postgresql12-12beta3-1PGDG.rhel7.x86_64.rpm
Thanks for your help,
Igal
From | Date | Subject | |
---|---|---|---|
Next Message | ouellet marc-andre | 2019-08-22 21:40:54 | Having difficulties partitionning with jsonb |
Previous Message | Adrian Klaver | 2019-08-22 19:48:15 | Re: How to install Postgres 12 beta with YUM |