Обсуждение: Pg 8.0rc5 to 8.0.1 update

Поиск
Список
Период
Сортировка

Pg 8.0rc5 to 8.0.1 update

От
"Ben Trewern"
Дата:
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



Re: Pg 8.0rc5 to 8.0.1 update

От
Bruce Momjian
Дата:
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

Re: Pg 8.0rc5 to 8.0.1 update

От
Tom Lane
Дата:
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