Re: Cannot start a cluster - Mailing list pgsql-novice

From Albe Laurenz
Subject Re: Cannot start a cluster
Date
Msg-id A737B7A37273E048B164557ADEF4A58B50FEABEE@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Cannot start a cluster  (Léa Massiot <lmhelp1@orange.fr>)
Responses Re: Cannot start a cluster  (Léa Massiot <lmhelp1@orange.fr>)
List pgsql-novice
Léa Massiot wrote:
> Today, when I try to start the cluster, here is what happens:
> ==============================================================================
> windows_cmd.exe_ran_as_user_postgres> pg_ctl start -o "-p 5449" -D
> my_cluster_1
> server starting
> 
> windows_cmd.exe_ran_as_user_postgres> psql -p 5449
> psql: could not connect to server: Connection refused (0x0000274D/10061)
>         Is the server running on host "localhost" (::1) and accepting
>         TCP/IP connections on port 5449?

Can you check with Task Manager if the PostgreSQL server processes are running?

Look into the server log file to see what happened:

In your cluster directory there is a file postgresql.conf.
Check the following entries:
   log_destination
   logging_collector
   log_directory
   log_filename

They should help you to find the log file.

Yours,
Laurenz Albe

pgsql-novice by date:

Previous
From: Léa Massiot
Date:
Subject: Cannot start a cluster
Next
From: Léa Massiot
Date:
Subject: Re: Cannot start a cluster