RE: Postgres 10.7 Systemd Startup Issue

From: "Lu, Dan" <Dan(dot)Lu(at)sig(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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:10:42
Message-ID: 5a5f9bc45e254cb285dfe6d0ea6e7735@msx.bala.susq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I apologize, it was a copy/paste error. I did include the option "--with-systemd".

This is our first install of postgresql. I am in the process of getting standard in place for future deployment. We don't have any large footprint of postgresql here. We run mostly Oracle, SQL Server and MySQL in production so far.

Dan

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, June 07, 2019 10:04 AM
To: Lu, Dan <Dan(dot)Lu(at)msx(dot)bala(dot)susq(dot)com>
Cc: Christopher Browne <cbbrowne(at)gmail(dot)com>; Francisco Olarte <folarte(at)peoplecall(dot)com>; Kelly, Kevin <Kevin(dot)Kelly(at)msx(dot)bala(dot)susq(dot)com>; pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 10.7 Systemd Startup Issue

"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

________________________________

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2019-06-07 14:11:50 Re: Postgres 10.7 Systemd Startup Issue
Previous Message Tom Lane 2019-06-07 14:03:36 Re: Postgres 10.7 Systemd Startup Issue