Re: one click install?

From: "Andrew Hammond" <andrew(dot)george(dot)hammond(at)gmail(dot)com>
To: Timasmith <timasmith(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: one click install?
Date: 2007-06-12 18:50:49
Message-ID: 5a0a9d6f0706121150v54b768ct2ee4c6c2020f70bc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The problem here is that there aren't really very many defined
defaults, or that these defaults vary (sometimes greatly) between the
different flavors of UNIX. For example, please tell me:

1) Where should PGDATA default to?
2) How do you want to handle logging output from the postmaster? There
are plenty of options...
3) Where should those log files get written?
4) For 1 and 3, will that support multiple major versions of
PostgreSQL? (ie, can I have 8.2.latest and 8.1.latest installed at the
same time)
5) How about multiple postmasters (on different ports)?

I think that the community would be well served by standardizing on
these things, at least for basic installations.

On 6/11/07, Timasmith <timasmith(at)hotmail(dot)com> wrote:
> Hi,
>
> I can probably figure it out on linux but I would like to do a one
> click install based upon defined defaults for the Postgresql database
> (creating it as a service and load my sql file which creates the
> database) - has anyone written such a how to?
>
> thanks
>
> Tim
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-06-12 19:00:06 Re: Selecting a constant question
Previous Message Larry McGhaw 2007-06-12 18:46:33 Re: Selecting a constant question