Re: Firedaemon and PosgreSQL Restarting - Cab Frank Seesink - Mailing list pgsql-cygwin

From My Deja
Subject Re: Firedaemon and PosgreSQL Restarting - Cab Frank Seesink
Date
Msg-id 401D18B6.8070607@achimota.com
Whole thread Raw
In response to Re: Firedaemon and PosgreSQL Restarting - Cab Frank Seesink can you  (Frank Seesink <frank@mail.wvnet.edu>)
Responses Re: Firedaemon and PosgreSQL Restarting - Cab Frank Seesink
List pgsql-cygwin
Hello Frank,

thanks for answering, my previous post dropped below my mail window's
latest email list and for a while I thought you had deserted the
PostgreSQL world and gone over to the worlds of Oracle and SQL Server :-).

Here are my systems settings.

The OS is Windows 2000 Professional SP2

Firedaemon is version 1.6 GA

Below are my Cygwin/PostgreSQL settings.

$ cygcheck -c cygipc cygrunsrv cygwin postgresql
Cygwin Package Information
Package              Version        Status
cygipc               2.02-1         OK
cygrunsrv            0.97-1         OK
cygwin               1.5.5-1        OK
postgresql           7.4-1          OK

It think it is faily up to date and I dread going through the install
process again, although I have to admit that Jason's install method is
correct if you follow it carefully and exactly.

Regards

My Deja

> $ cygcheck -c cygipc cygrunsrv cygwin postgresql
> Cygwin Package Information
> Package              Version        Status
> cygipc               2.02-1         OK
> cygrunsrv            0.97-1         OK
> cygwin               1.5.5-1        OK
> postgresql           7.4-1          OK



Frank Seesink wrote:
> My Deja!
>
> Wow.  I've never been asked for help so directly. :-)  Sure, I can try
> to help.
>
> Quick question first if I may, though.  Please describe your
> configuration in as much detail as possible.  For example, currently I
> am running
>
> * Windows XP Professional SP1a
>
> and the output of the command
>
>     $ cygcheck -c cygipc cygrunsrv cygwin postgresql
>
> yields
>
>     Cygwin Package Information
>     Package              Version        Status
>     cygipc               2.02-1         OK
>     cygrunsrv            0.97-1         OK
>     cygwin               1.5.6-1        OK
>     postgresql           7.4.1-3        O
>
> And as I am using PostgreSQL v7.4.1 and started from scratch using
> Jason's README, my data (and PID file) is now in /var/postgresql/data.
>
> Please note that if you are not running the latest versions of
> cygipc/postgresql, I highly recommend upgrading if at all possible, as
> CygIPC is now a proper package of Cygwin (ipc-daemon2 basically), no
> longer requiring a separate install.  CygIPC2 also properly cleans up
> after itself on system shutdowns, removing its files.  Of course, if you
> currently are running anything earlier than PostgreSQL v7.4, you will
> need to follow the usual procedure of pg_dump'ing your data and then
> restoring it once you have upgraded PostgreSQL.  And be sure to RE-read
> Jason's README as the default location of PostgreSQL data has changed
> (though it's not written in stone or anything).
>
> Once you respond, I can try to give you specific instructions on how to
> set things up so that, even in the case of power/system failure, where
> PostgreSQL does not shutdown properly, you can be sure that on reboot,
> your dbms comes up.  It's really not that difficult.  The hardest part
> is getting the service dependencies right.  Then it's just a matter of a
> batch file and some basic FireDaemon settings.
>
>
> My Deja wrote:
>
>> I am posting this query in relation to these threads at
>> groups.google.com  search 'firedaemon group:comp.databases.postgresql.*'
>>
>> PostgreSQL 7.3.2 running as NT service under Windows XP not always
>>
>> and
>>
>> Leftover PID files.
>>
>> Whenever I have to force a reboot, PostgreSQL does not start until I
>> remove the PID file.
>>
>> I have even acquired FireDaemon to help me deal with the problem, but I
>> am finding the configuration for PostgreSQL troublesome.
>>
>> Can Frank Seesink help me?
>>
>> Regards
>>
>> My Deja
>>
>>
>>
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>               http://archives.postgresql.org
>




pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: ipc-daemon2
Next
From: My Deja
Date:
Subject: Re: Help me.