Re: Upgrade to postgres 10 - Postmaster not getting shutdown

From: MichaelDBA <MichaelDBA(at)sqlexec(dot)com>
To: Debraj Manna <subharaj(dot)manna(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Upgrade to postgres 10 - Postmaster not getting shutdown
Date: 2018-07-13 12:22:09
Message-ID: 5B489971.1010409@sqlexec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Make sure no other pg services are still running:

ps -ef | grep postgres

Otherwise, check and remove the postgresql pid file if it still exists.

Regards,
Michael Vitale

Debraj Manna wrote:
> There seems to be a postmaster servicing the new cluster.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Modica 2018-07-13 12:22:38 RE: Upgrade to postgres 10 - Postmaster not getting shutdown
Previous Message Debraj Manna 2018-07-13 12:12:19 Upgrade to postgres 10 - Postmaster not getting shutdown