Re: Unable to install pgsql under RHEL8

Поиск
Список
Период
Сортировка
От Jehan-Guillaume de Rorthais
Тема Re: Unable to install pgsql under RHEL8
Дата
Msg-id 20190605124430.2546dd18@firost
обсуждение исходный текст
Ответ на Re: Unable to install pgsql under RHEL8  (Jehan-Guillaume de Rorthais <jgdr@dalibo.com>)
Ответы Re: Unable to install pgsql under RHEL8  (Jehan-Guillaume de Rorthais <jgdr@dalibo.com>)
Список 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 по дате отправления:

Предыдущее
От: Devrim Gündüz
Дата:
Сообщение: RHEL 8: Repo issues
Следующее
От: Jehan-Guillaume de Rorthais
Дата:
Сообщение: Re: RHEL 8: Repo issues