Re: Installing PostgreSQL fails

From: Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de>
To: Josef Springer <Josef(dot)Springer(at)joops(dot)com>
Cc: Lou Picciano <loupicciano(at)comcast(dot)net>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Installing PostgreSQL fails
Date: 2015-03-07 16:38:50
Message-ID: 54FB299A.9090501@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 07.03.2015 um 11:22 schrieb Josef Springer:

> yes, i used the same win-user for installation and the same user
> (default postgres) an password for the server-service.
>
> * Server works after reinstallation.
> * I terminate server-service
> * I restore backup of folder data
> * I start server-service
> * Starting of server-service is abandomed with errormessage "Fehler
> 1053 Der Dienst antwortet nicht auf die Start oder Steueranweisung"
>
> Any ideas ?

Hello Josef,

try to start it from command line (as user postgres!):
http://www.postgresql.org/docs/8.2/static/app-pg-ctl.html

As soon as you can start up the server successfully stop it again (in
another command line window or by adding ' &' (no quotes) at the end of
the command).

Then you can add a new service by using the pg_ctl option register.

You can remove the old one by using 'sc delete':
https://technet.microsoft.com/de-de/library/cc742045(v=ws.10).aspx

Good luck,

Peter

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Steben 2015-03-09 19:50:15 pgstat wait timeout encountered
Previous Message Stephen Frost 2015-03-07 14:40:28 Re: authenticating using Active Directory?