Re: [ADMIN] unable to find data folder postgres9.4 - Mailing list pgsql-admin

From Santiago DIEZ
Subject Re: [ADMIN] unable to find data folder postgres9.4
Date
Msg-id CAJh8RqVUNNdZov7OQQtqRU2hT2gSoMnvzJU7J1tMzcgmzhrGZA@mail.gmail.com
Whole thread Raw
In response to [ADMIN] unable to find data folder postgres9.4  (srilinux <srilinux09@gmail.com>)
Responses Re: [ADMIN] unable to find data folder postgres9.4
List pgsql-admin
Hi Srilinux,

On my system, the data folder appears on the command line. You could query it using ps :
# ps -o cmd= -C postgres
/usr/local/postgresql-8.4.7/bin/postgres -D /var/lib/postgresql/aGNay
postgres: writer process
postgres: wal writer process
/usr/local/postgresql-8.4.7/bin/postgres -D /var/lib/postgresql/aGNay
postgres: writer process
postgres: wal writer process
postgres: autovacuum launcher process
postgres: stats collector process

In my case, the data folders are /var/lib/postgresql/aGNay and /var/lib/postgresql/aGNay.

Regards
-------------------------
Santiago DIEZ
Quark Systems & CAOBA
23 rue du Buisson Saint-Louis, 75010 Paris
-------------------------

On Tue, Mar 21, 2017 at 11:03 PM, srilinux <srilinux09@gmail.com> wrote:
unable to find data folder postgres9.4
application is running normal

any tricks to figure out ? Thank you





--
View this message in context: http://www.postgresql-archive.org/unable-to-find-data-folder-postgres9-4-tp5951044.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


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

pgsql-admin by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: [ADMIN] upgrade path from PG 8.3 to PG 9.5
Next
From: Santiago DIEZ
Date:
Subject: Re: [ADMIN]