Re: Deploy postgres - upgrade strategy

From: "Sean Z(dot)" <sean09182006(at)yahoo(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Deploy postgres - upgrade strategy
Date: 2007-12-20 20:04:28
Message-ID: 605062.25258.qm@web45101.mail.sp1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry I am not familiar with hyperic. Do you mean I can use hyperic to do the job, or do you mean I can take the same approach as hyperic?

----- Original Message ----
From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Sean Z. <sean09182006(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Sent: Wednesday, December 19, 2007 3:24:09 PM
Subject: Re: [GENERAL] Deploy postgres - upgrade strategy

On Dec 19, 2007 1:55 PM, Sean Z. <sean09182006(at)yahoo(dot)com> wrote:
>
> Yes, "bolted together" application is something I am thinking about.
It
> will satisfied my application's requirement and it won't affect
existing
> applications.
>
> So is it possible to install my postgres server (say 8.2.4)
regardless of
> whether there is a postgres server of any version existing on the
same
> windows box?

Yes it is. Take a look at hyperic, they do that. Note that if you
are gonna include a version of postgresql with your application, you
should make it an option, as sometimes folks would rather use their
one big pgsql server for such things than having yet another odd copy
running around. Hyperic makes it very easy to switch from using their
pgsql to your own. They install their copy on port 9432 instead of
5432, and all you have to do it edit the jdbc connect line to point at
your own pg server and create a db and user to match hyperic's and
you're done.

____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mgainty 2007-12-20 20:13:13 Re: Deploy postgres - upgrade strategy
Previous Message Sean Z. 2007-12-20 20:00:55 Re: Deploy postgres - upgrade strategy