Re: stop server - Mailing list pgsql-general

From Raghavendra
Subject Re: stop server
Date
Msg-id CA+h6AhgQsvvYMpc=KGvkzUccQLoNeKVDDsvjBWRo8=3uvib1UA@mail.gmail.com
Whole thread Raw
In response to stop server  (roberto sanchez muñoz <trev21mx@gmail.com>)
Responses Re: stop server  (Roberto Sanchez <trev21mx@gmail.com>)
List pgsql-general
Two things:

1. See the output of the postgres process which are running with utility commands. 
      ps -ef | grep postgres

2. Also, take look in the logs for any information written on any process which is running and failing to abort.

---
Regards,
Raghavendra
EnterpriseDB Corporation



2012/1/3 roberto sanchez muñoz <trev21mx@gmail.com>
still failing it shows
pg_ctl -D /usr/local/var/postgres stop -mi
waiting for server to shut down............................................................... failed
pg_ctl: server does not shut down

El 02/01/2012, a las 23:09, Raghavendra escribió:

Seems, some process are still running and looking for database access.  
You can try unclean shutdown IMMEDIATE with below option by forcing all process to stop

pg_ctl -D /usr/local/var/postgres stop -mi


---
Regards,
Raghavendra
EnterpriseDB Corporation



2012/1/3 roberto sanchez muñoz <trev21mx@gmail.com>
how can i stop the server i use this in terminal (pg_ctl -D /usr/local/var/postgres stop -s -m fast) and show this pg_ctl: server does not shut down

thanks for your help
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



pgsql-general by date:

Previous
From: Raghavendra
Date:
Subject: Re: stop server
Next
From: Roberto Sanchez
Date:
Subject: Re: stop server