Re: Is The Server Running on Host Error

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: Is The Server Running on Host Error
Date: 2020-08-14 07:02:54
Message-ID: f03317ff-cc69-48d5-2219-c491d7c85cf8@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

WAYNE BAKER - Network wrote:
> pg_ctl reload -D "C:\Program Files\PostgreSQL\12\bin"
>
> pg_ctl: directory "C:/Program Files/PostgreSQL/12/bin" is not a database cluster directory

That bin directory is where the Postgres .exe/.dll files are installed.
The database cluster itself is stored elsewhere (and it must be because you could
have multiple ones).

If you do not remember the directory created by the installer, open the Services window
and look at the -D parameter in the properties of the Postgres service.

Regards,
Clemens

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Henrik Krohns 2020-08-24 14:41:31 Crashing with copy_and_convert_field
Previous Message WAYNE BAKER - Network 2020-08-13 19:08:53 Is The Server Running on Host Error