Re: stop server

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: roberto sanchez muñoz <trev21mx(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: stop server
Date: 2012-01-03 05:09:08
Message-ID: CA+h6AhhbngoyUuk7U6V96_oLAvpNtDb=JnCWnvkjnC2GOaTEyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
Blog: http://raghavt.blogspot.com/

2012/1/3 roberto sanchez muñoz <trev21mx(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

  • stop server at 2012-01-03 01:51:15 from roberto sanchez muñoz

Responses

Browse pgsql-general by date

  From Date Subject
Next Message roberto sanchez muñoz 2012-01-03 05:20:23 Re: stop server
Previous Message 邓尧 2012-01-03 04:20:58 Duplicated entries are not ignored even if a "do instead nothing" rule is added.