Re: First time installing

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Ron Watkins <rwatki(at)gmail(dot)com>, "'Frederick (dot)'" <nagemnna(at)gmail(dot)com>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: First time installing
Date: 2018-03-27 22:46:39
Message-ID: 1522190799.3134.174.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message JORGE MALDONADO 2018-03-28 18:43:32 Tables design question
Previous Message Alvaro Herrera 2018-03-21 13:20:37 Re: Logical replication for DDL operations