Re: How to upgrade from 7.3.2 to 7.3.3

From: "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net>
To: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
Cc: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How to upgrade from 7.3.2 to 7.3.3
Date: 2003-06-10 06:44:46
Message-ID: Pine.LNX.4.44.0306101210300.10474-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> The online docs have a very nice section titles "If You Are Upgrading"
> and they have nice instructions for "if you are upgrading an existing
> installation that does not have a version number 7.3.x", but nothing
> about how to upgrade if you already are using a 7.3.x version ...

In postgresql, when we upgrade from 7.a.? to 7.b.?, we must dump and
restore the database cluster.

When we upgrade from 7.a.? to 7.a.?, we donot require to dump and restore
the database cluster. In your case, ./configure && make && make install is
enough.

regards,
bhuvaneswaran

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jean-Christian Imbeault 2003-06-10 06:59:00 Re: How to upgrade from 7.3.2 to 7.3.3
Previous Message Jean-Christian Imbeault 2003-06-10 01:20:55 How to upgrade from 7.3.2 to 7.3.3