Re: Versioning policy and pg_upgrade

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, w^3 <pgsql-www(at)postgresql(dot)org>
Subject: Re: Versioning policy and pg_upgrade
Date: 2010-08-16 15:57:24
Message-ID: 1281974244.5303.12.camel@jd-desktop.unknown.charter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, 2010-08-16 at 13:59 +0100, Thom Brown wrote:

> But I propose expanding it to read:
>
> "Major releases usually change the internal format of system tables
> and data files. These changes are often complex, so we don't maintain
> backward compatibility for data files. A dump/reload of the database
> cluster is required for major upgrades for upgrading from 8.2 or
> earlier. For upgrading from version 8.3 and later, there is the
> option to use pg_upgrade (also known as pg_migrator prior to version
> 9.0), capable of in-place upgrades. This means, for example, you can
> upgrade any minor version of 8.3 to 8.4 without having to perform a
> full backup and restore, resulting in a significantly faster upgrade."
>
> Too wordy?

Yes :D (well I think so):

"A Major release changes the internal data format of the cluster.
Due to this change a dump/reload of the cluster is required for major
upgrades for upgrading from 8.2 or earlier.

If upgrading from version 8.3 and later, certain installs may be able to
use pg_upgrade (previously named pg_migrator). If pg_upgrade is
compatible with your cluster (see the docs) you will able to perform an
in-place upgrades. Although downtime is still required, this is much
quicker than a dump/restore."

JD

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2010-08-16 19:48:20 PlanetPostgreSQL.org, and yum.pgrpms.org are down
Previous Message Thom Brown 2010-08-16 14:37:06 Re: Versioning policy and pg_upgrade