Re: PostgreSQL 10 - data directory location

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: reader 1001 <007reader(at)gmail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: PostgreSQL 10 - data directory location
Date: 2017-10-02 21:59:47
Message-ID: CAKFQuwbn5m-SR4nLsvnPGjc8T-vtEXyKjBw59tLB2wEA3S9MKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Oct 2, 2017 at 2:46 PM, reader 1001 <007reader(at)gmail(dot)com> wrote:

> I am using PostgreSQL 10 rc1 in Docker.
>
>
This is more likely to be user-error than a bug.​

If you are able to connect and issues "SHOW data_directory" you have a
running server and its data files are present at that location - from the
perspective of the server. I suspect you are performing your verification
by looking at the client's file system.

It would behoove you to copy/paste an entire shell script session, and
probably the Dockerfile + "docker run" invocation, to a new thread on
pgsql-general(at)postgresql(dot)org if you wish others to assist you in
understanding exactly what is going on.

David J.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2017-10-03 03:00:00 Re: BUG #14830: Missed NOTIFications, PostgreSQL 9.1.24
Previous Message reader 1001 2017-10-02 21:46:21 PostgreSQL 10 - data directory location