Re: Uninstall postgresql 9.2 on red hat linux - Mailing list pgsql-novice

From Thara Vadakkeveedu
Subject Re: Uninstall postgresql 9.2 on red hat linux
Date
Msg-id 1379983538.12935.YahooMailNeo@web125004.mail.ne1.yahoo.com
Whole thread Raw
In response to Re: Uninstall postgresql 9.2 on red hat linux  (Luca Ferrari <fluca1978@infinito.it>)
Responses Re: Uninstall postgresql 9.2 on red hat linux  (Thara Vadakkeveedu <tharagv@yahoo.com>)
List pgsql-novice
There are no processes belonging to postgres on the system.
-bash-4.1$ ps -edf | grep postgres
root      6412  6249  0 18:22 pts/0    00:00:00 su - postgres
postgres  6413  6412  0 18:22 pts/0    00:00:00 -bash
root      6781  6756  0 20:35 pts/1    00:00:00 su - postgres
postgres  6782  6781  0 20:35 pts/1    00:00:00 -bash
postgres  6846  6782  1 20:45 pts/1    00:00:00 ps -edf
postgres  6847  6782  0 20:45 pts/1    00:00:00 grep postgres
-bash-4.1$
Thanks,
TG



From: Luca Ferrari <fluca1978@infinito.it>
To: Thara Vadakkeveedu <tharagv@yahoo.com>
Cc: "pgsql-novice@postgresql.org" <pgsql-novice@postgresql.org>
Sent: Monday, September 23, 2013 2:41 AM
Subject: Re: [NOVICE] Uninstall postgresql 9.2 on red hat linux

On Mon, Sep 23, 2013 at 1:57 AM, Thara Vadakkeveedu <tharagv@yahoo.com> wrote:

> I accidentally deleted data directory this morning
> (/var/lib/postgresql/9.2/data)
>

What a start of a day!

> I tried  su - postgres
> and then from the bash shell I tried to run these commands (tried one at a
> time)
> but I got the message  that address was in use. There are no processes
> running on 5432.


I suspect if it gives you such an error there must something bound to
the address. Have you tried to execute nmap against the IPv4 address
your server is listening on (or supposed to be listening on)?

Luca


pgsql-novice by date:

Previous
From: Thara Vadakkeveedu
Date:
Subject: Re: Uninstall postgresql 9.2 on red hat linux
Next
From: Thara Vadakkeveedu
Date:
Subject: Re: Uninstall postgresql 9.2 on red hat linux