Re: First time installing - Mailing list pgsql-novice

From Devrim Gündüz
Subject Re: First time installing
Date
Msg-id 1522190799.3134.174.camel@gunduz.org
Whole thread Raw
In response to RE: First time installing  ("Ron Watkins" <rwatki@gmail.com>)
List 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
Attachment

pgsql-novice by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Logical replication for DDL operations
Next
From: JORGE MALDONADO
Date:
Subject: Tables design question