Re: First time installing

Поиск
Список
Период
Сортировка
От Devrim Gündüz
Тема Re: First time installing
Дата
Msg-id 1522190799.3134.174.camel@gunduz.org
обсуждение исходный текст
Ответ на RE: First time installing  ("Ron Watkins" <rwatki@gmail.com>)
Список pgsql-novice
hi,

On Wed, 2018-02-21 at 13:40 -0700, Ron Watkins wrote:
> # systemctl start postgresql
> Failed to start postgresql.service: Unit not found.
>
> Am I missing a step?

You are missing two steps:

1) /usr/pgsql-10/bin/postgresql-10-setup initdb

That will initialize the cluster for you. Please run it as root.

2) systemctl enable postgresql-10
   systemctl staart postgresql-10

Please check the version number appended to postgresql -- multiple version RPMs
can be installed in parallel.

-HTH

Regards,

--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Logical replication for DDL operations
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: Tables design question