Re: Postgres 10.7 Systemd Startup Issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Lu, Dan" <Dan(dot)Lu(at)sig(dot)com>
Cc: Christopher Browne <cbbrowne(at)gmail(dot)com>, Francisco Olarte <folarte(at)peoplecall(dot)com>, "Kelly, Kevin" <Kevin(dot)Kelly(at)sig(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 10.7 Systemd Startup Issue
Date: 2019-06-07 14:03:36
Message-ID: 6333.1559916216@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Lu, Dan" <Dan(dot)Lu(at)sig(dot)com> writes:
> Even with the added option “—with-systemd”, it is not working still.

Hmmm ....

> To outline what I did.

> 2) Configure PostgreSQL to new location
> mkdir /hostname/pg/PostgreSQL-10.7_2
> ./configure --prefix=/hostname/pg/PostgreSQL-10.7_2

Is it just a copy-and-paste mistake that you don't actually have
a --with-systemd option here?

Also, it seems fairly unusual for anyone to build a production
installation with absolutely no configuration options --- it'd
work, but you'd get a really plain-vanilla server. You might
consider reviewing

https://www.postgresql.org/docs/10/install-procedure.html

to see what other things might make sense to turn on.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lu, Dan 2019-06-07 14:10:42 RE: Postgres 10.7 Systemd Startup Issue
Previous Message Lu, Dan 2019-06-07 13:48:31 RE: Postgres 10.7 Systemd Startup Issue