Re: Adding another cluster on same machine

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Adding another cluster on same machine
Date: 2020-12-04 17:10:04
Message-ID: df31b124-ef5b-b36d-beee-60994cfb42d9@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


The problem *might* be that you have to do the initdb *after* "systemctl
start  postgresql-10.service".

On 12/4/20 10:20 AM, Yambu wrote:
> Hi
>
> Centos 7
> Postgres v10
>
> yum install postgresql10-server
>
> /usr/pgsql-10/bin/postgresql-10-setup initdb
>
> systemctl enable postgresql-10.service
> systemctl status  postgresql-10.service
> systemctl start  postgresql-10.service
>
> On Fri, Dec 4, 2020 at 3:34 PM Ron <ronljohnsonjr(at)gmail(dot)com
> <mailto:ronljohnsonjr(at)gmail(dot)com>> wrote:
>
> On 12/4/20 12:27 AM, Yambu wrote:
> > Hi
> >
> > Im trying to add a second cluster on the same machine, but im getting
> > error below,what could be the problem?
> >
> > -bash-4.2$ /usr/pgsql-10/bin/postgresql-10-setup initdb -D
> > /var/lib/pgsql/10/data-log -p 5433
> > systemctl: invalid option -- 'D'
> > failed to find PGDATA setting in -D.service
>
> What distro (including version!) are you running?
> How did you install Postgres?
>
> --
> Angular momentum makes the world go 'round.
>
>

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2020-12-04 19:37:16 Re: Adding another cluster on same machine
Previous Message Yambu 2020-12-04 16:20:03 Re: Adding another cluster on same machine