Pg 8.0rc5 to 8.0.1 update

Started by Ben Trewernabout 21 years ago3 messagesgeneral
Jump to latest
#1Ben Trewern
bendottrewern@mowlem.com

Hi,

Just a quick question. Do I need to do an initdb to upgrade a cluster from
v8.0rc5 to v8.0.1 or can I just do a make install.

TIA

Ben

#2Bruce Momjian
bruce@momjian.us
In reply to: Ben Trewern (#1)
Re: Pg 8.0rc5 to 8.0.1 update

Ben Trewern wrote:

Hi,

Just a quick question. Do I need to do an initdb to upgrade a cluster from
v8.0rc5 to v8.0.1 or can I just do a make install.

Uh, from that RC, no, I don't think so, but not all RC releases can do
that, and we don't track when we require initdb during RC, so yea I
would do the initdb just in case.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: Pg 8.0rc5 to 8.0.1 update

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Just a quick question. Do I need to do an initdb to upgrade a cluster from
v8.0rc5 to v8.0.1 or can I just do a make install.

Uh, from that RC, no, I don't think so, but not all RC releases can do
that, and we don't track when we require initdb during RC, so yea I
would do the initdb just in case.

If the new postmaster will start, you don't need initdb. The
catversion.h CVS history would tell you ...

regards, tom lane