Re: Unable to install pgsql under RHEL8

From: Jehan-Guillaume de Rorthais <jgdr(at)dalibo(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: Unable to install pgsql under RHEL8
Date: 2019-06-05 10:44:30
Message-ID: 20190605124430.2546dd18@firost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Just to keep the list up to date, an issue has been opened there:

https://redmine.postgresql.org/issues/4296

So far, the best workaround I found is to disable the module "postgresql"
from the official appstream distribution:

[root(at)localhost ~]# yum -qy module enable postgresql
[root(at)localhost ~]# yum -q info postgresql11-server|grep ^Name
Error: No matching Packages to list
[root(at)localhost ~]# yum -qy module disable postgresql
[root(at)localhost ~]# yum -q info postgresql11-server|grep ^Name
Name : postgresql11-server

++

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2019-06-05 10:46:27 Re: RHEL 8: Repo issues
Previous Message Devrim Gündüz 2019-06-04 13:33:56 RHEL 8: Repo issues