Re: First time installing

Поиск
Список
Период
Сортировка
От Frederick .
Тема Re: First time installing
Дата
Msg-id CACMA5-z_hgBqCxLGvZizMzjDxXyDpO=nFfTC9U86XVZG3h3kJw@mail.gmail.com
обсуждение исходный текст
Ответ на RE: First time installing  ("Ron Watkins" <rwatki@gmail.com>)
Ответы RE: First time installing
RE: First time installing
RE: First time installing
Список pgsql-novice
maybe it is not enabled?

systemctl enable postgresql

if the service isn't installed maybe a package is missing.  Try to
start it using https://www.postgresql.org/docs/10/static/server-start.html
as the postgres user, to make sure postgres is OK and setup, then
worry about the systemctl service.

as postgres:
postgres -D /usr/local/pgsql/data



On Wed, Feb 21, 2018 at 3:40 PM, Ron Watkins <rwatki@gmail.com> wrote:
> # systemctl start postgresql
> Failed to start postgresql.service: Unit not found.
>
> Am I missing a step?
>
> -----Original Message-----
> From: Frederick . [mailto:nagemnna@gmail.com]
> Sent: Wednesday, February 21, 2018 1:39 PM
> To: Ron Watkins
> Cc: pgsql-novice@lists.postgresql.org
> Subject: Re: First time installing
>
> Make sure the service is running.
>
> As root:   systemctl start postgresql
>
> As a user:
> https://www.postgresql.org/docs/10/static/server-start.html
>
> On Wed, Feb 21, 2018 at 3:20 PM, Ron Watkins <rwatki@gmail.com> wrote:
>> Trying to follow documentation. I  installed RPM’s but unable to
>> connect to server…
>>
>> CentOS Linux release 7.4.1708 (Core)
>>
>>
>>
>> Package postgresql10-10.2-1PGDG.rhel7.x86_64 already installed and
>> latest version
>>
>> Package postgresql10-server-10.2-1PGDG.rhel7.x86_64 already installed
>> and latest version
>>
>>
>>
>> # su - postgres
>>
>> -bash-4.2$ psql
>>
>> psql: could not connect to server: No such file or directory
>>
>>         Is the server running locally and accepting
>>
>>         connections on Unix domain socket
>> "/var/run/postgresql/.s.PGSQL.5432"?
>>
>>
>>
>> There are no files under /var/run/post*
>>
>>
>>
>> What am I missing here?
>


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

Предыдущее
От: Hrvoje Zokovic
Дата:
Сообщение: Re: First time installing
Следующее
От: Keith
Дата:
Сообщение: Re: First time installing