Re: Cannot start a cluster

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Cannot start a cluster
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B50FEABEE@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Cannot start a cluster  (Léa Massiot <lmhelp1@orange.fr>)
Ответы Re: Cannot start a cluster  (Léa Massiot <lmhelp1@orange.fr>)
Список 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 по дате отправления:

Предыдущее
От: Léa Massiot
Дата:
Сообщение: Cannot start a cluster
Следующее
От: Léa Massiot
Дата:
Сообщение: Re: Cannot start a cluster