| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | Marian Forums <marianforums(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Question about servicescript for stopping and starting postgresql instance |
| Date: | 2018-10-30 13:29:41 |
| Message-ID: | ca002b1f-7c78-d06b-2d0c-4837fe1f9c61@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 10/30/18 5:09 AM, Marian Forums wrote:
> Hi,
>
> I have a question about creating a service script to start/stop/status
> postgresql instance ( version 9.6.8) on Red Hat 7.
How did you install Postgres on the machine?
>
> I have read the explanation of how to create such a service script on
> https://www.postgresql.org/docs/9.6/static/server-start.html .
Did you use the example at the above link or did you write your own?
If you wrote your own can you show it?
>
> Stopping and Starting works.
> However when I stop the service with:
> systemctl stop postgresq.service and than ask for the status with
> systemctl status postgresql.service, the service gets started again.
>
> Is this normal functionality on Red Hat 7?
> I have searched on the Internet ( including the Red Hat site) for a
> parameter to replace this behavior, but did not find anything.
>
> Your help is much appreciated.
> Thanks in advance.
> Regards,
> Marian
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Madan Kumar | 2018-10-30 14:01:36 | Re: How to change standby node to sync from the new master without rebooting the PostgreSQL service? |
| Previous Message | Scot Kreienkamp | 2018-10-30 12:57:12 | RE: How to change standby node to sync from the new master without rebooting the PostgreSQL service? |