Re: Cannot start a cluster

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: 'Léa Massiot *EXTERN*' <lmhelp1(at)orange(dot)fr>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Cannot start a cluster
Date: 2015-11-25 10:55:49
Message-ID: A737B7A37273E048B164557ADEF4A58B50FEABEE@ntex2010i.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Léa Massiot 2015-11-25 12:55:42 Re: Cannot start a cluster
Previous Message Léa Massiot 2015-11-25 09:42:55 Cannot start a cluster