Re: Cannot start a cluster

From: Léa Massiot <lmhelp1(at)orange(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Cannot start a cluster
Date: 2015-11-25 12:55:42
Message-ID: 1448456142637-5875066.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello and thank you for your answer.

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

No: no PostgreSQL processes are running.

About the log file:

With the cluster that I can start (the one associated with the port 5450),
if I use the command:
windows_cmd.exe_ran_as_user_postgres> pg_ctl start -o "-p 5450" -D
my_cluster_2 -l "D:\somewhere\pg_logs_2.txt"
The file "pg_logs_2.txt" is created and written.

With the cluster that I CANNOT start (the one associated with the port
5449), if I use the command:
windows_cmd.exe_ran_as_user_postgres> pg_ctl start -o "-p 5449" -D
my_cluster_1 -l "D:\somewhere\pg_logs_1.txt"
The file "pg_logs_1.txt" is created but nothing is written in it.

So I still have no clue about what's going wrong.

Thank you for helping.
Best regards.
Léa

--
View this message in context: http://postgresql.nabble.com/Cannot-start-a-cluster-tp5875045p5875066.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Felipe Santos 2015-11-25 13:01:52 Re: Cannot start a cluster
Previous Message Albe Laurenz 2015-11-25 10:55:49 Re: Cannot start a cluster