Re: How to install Postgres 12 beta with YUM

Поиск
Список
Период
Сортировка
От Igal @ Lucee.org
Тема Re: How to install Postgres 12 beta with YUM
Дата
Msg-id ce61852f-22d1-e6e7-dbc1-ebab7c533fb1@lucee.org
обсуждение исходный текст
Ответ на Re: How to install Postgres 12 beta with YUM  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список 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-libs-12beta3-1PGDG.rhel7.x86_64.rpm

# yum install 

https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-7.6-x86_64/postgresql12-12beta3-1PGDG.rhel7.x86_64.rpm

# yum install 

https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-7.6-x86_64/postgresql12-server-12beta3-1PGDG.rhel7.x86_64.rpm

Thanks for your help,

Igal





В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: How to install Postgres 12 beta with YUM
Следующее
От: ouellet marc-andre
Дата:
Сообщение: Having difficulties partitionning with jsonb