Re: Unable to install pgsql under RHEL8 - Mailing list pgsql-pkg-yum

From Jehan-Guillaume de Rorthais
Subject Re: Unable to install pgsql under RHEL8
Date
Msg-id 20190605124430.2546dd18@firost
Whole thread Raw
In response to Re: Unable to install pgsql under RHEL8  (Jehan-Guillaume de Rorthais <jgdr@dalibo.com>)
Responses Re: Unable to install pgsql under RHEL8  (Jehan-Guillaume de Rorthais <jgdr@dalibo.com>)
List 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@localhost ~]# yum -qy module enable postgresql
  [root@localhost ~]# yum -q info postgresql11-server|grep ^Name
  Error: No matching Packages to list
  [root@localhost ~]# yum -qy module disable postgresql
  [root@localhost ~]# yum -q info postgresql11-server|grep ^Name
  Name         : postgresql11-server

++



pgsql-pkg-yum by date:

Previous
From: Devrim Gündüz
Date:
Subject: RHEL 8: Repo issues
Next
From: Jehan-Guillaume de Rorthais
Date:
Subject: Re: RHEL 8: Repo issues