Thread: HELP PLEASE!! Installation on NT Machine.

HELP PLEASE!! Installation on NT Machine.

From
"Neletulla, Sharat"
Date:

I am trying to install Postgresql on NT machine Since yesterday. I could not able to do that. PL. HELP me.
What r all the things i have to do. HELP ME PLEASE!!!!

thanks
Sharat


-----Original Message-----
From: Grant [mailto:grant@conprojan.com.au]
Sent: Monday, June 25, 2001 8:47 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Announcing Postgresql backup script.

I have written a simple bourne shell script which performs all backup
functions, but no restore at this point. I personally find it's very
good and keeps each daily backup (gzipped) in it's own dated directory
under the parent directory being the current month. It's available at:

http://database.sourceforge.net

Thanks.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

RE: HELP PLEASE!! Installation on NT Machine.

From
"Henshall, Stuart - WCP"
Date:
Hello,
    have a look at:
http://www.ca.postgresql.org/docs/faq-mswin
    Note however that cygwin now comes with prebuilt postgresql binaries
so all you should need to do is to install cygwin and cygipc. Then
    ipc-daemon &
    initdb -D <datadirectory>
    postmaster -i -D <datadirectory> &
    If you have more problems the pgsql-cygwin list would probably be
the best place to ask (have a look at www.postgresql.org for more info).
- Stuart

> -----Original Message-----
> From:    Neletulla, Sharat [SMTP:SNeletulla@necam.com]
> Sent:    Tuesday, June 26, 2001 3:08 PM
> To:    Grant; pgsql-admin@postgresql.org
> Subject:    HELP PLEASE!! Installation on NT Machine.
>
> I am trying to install Postgresql on NT machine Since yesterday. I could
> not able to do that. PL. HELP me.
> What r all the things i have to do. HELP ME PLEASE!!!!
>
>
> thanks
> Sharat
>
    <snip>