Re: PostgreSQL 11 with SSL on Linux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 11 with SSL on Linux
Дата
Msg-id 1252086.1591290665@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 11 with SSL on Linux  (Susan Joseph <sandajoseph@verizon.net>)
Ответы Re: PostgreSQL 11 with SSL on Linux  (Susan Joseph <sandajoseph@verizon.net>)
Список pgsql-general
Susan Joseph <sandajoseph@verizon.net> writes:
> So the other issue I have is that I am running this on a server that is not connected to the Internet.  So I have
downloadedthe RPM file but I can't figure out how to install it without it trying to access files on the Internet.  Are
thereother libraries I need to include in my download for this to work on a non-networked server? 

Are you using the right install tool?  "rpm -i" shouldn't result in any
nonlocal accesses.  Tools like yum or dnf will, because they're meant to
fetch from nonlocal repositories.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index no longer being used, destroying and recreating it restores use.
Следующее
От: Susan Joseph
Дата:
Сообщение: Re: PostgreSQL 11 with SSL on Linux