Re: How to pg_upgrade an 8.4.3 Installation

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to pg_upgrade an 8.4.3 Installation
Date: 2011-06-21 03:35:09
Message-ID: 4E00116D.50704@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 06/20/2011 09:23 AM, Nils Gösche wrote:
> Can I simply use the 9.0.4 pg_upgrade on this since the bug has been fixed
> in 9.0.4, or would I first have to upgrade the 8.4 installation to 8.4.8?
>

Unless this 8.4 install was itself upgraded from 8.3 using pg_upgrade,
you can go right from 8.4.3 to 9.0.4.

The reason for the fix in 8.4.8 was to take care of people who use(d)
pg_upgrade to upgrade from 8.3 to 8.4. Those people needed 8.4.8
released with the bug fix in order to correct the problem that could be
in their 8.4 databases. If you did an 8.3->8.4 pg_upgrade on this
system before, you might want to do the standard fix suggested using
8.4.8. But if this has always been an 8.4 system, you can just go right
to 9.0.4.

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.us
"PostgreSQL 9.0 High Performance": http://www.2ndQuadrant.com/books

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2011-06-21 06:10:50 Re: dump from 9.0 to 8.3
Previous Message Greg Smith 2011-06-21 03:25:31 Re: Prepared statments: partial indexes are avoided!