On Fri, Jul 12, 2019 at 4:47 PM Laurenz Albe <laurenz.albe@cybertec.at> wrote:
> So there is some "postgresql-check-db-dir" (not part of PostgreSQL) that complains
> that there is nothing in /data/postgresql/data. Is that accurate?
>
According to this
<https://www.postgresql.org/message-id/attachment/34217/postgresql-check-db-dir>
the script should check PGDATA does exist and contain the PG_VERSION
file or complains as shown in the logs.
> It looks like you succeeded in getting the startup process to look for the
> PostgreSQL data directory in the new location, but - alas - there is no data
> directory there yet.What's the content of
What's the content of $PGDATA?
Luca