Re: Upgrade issue (again).

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Upgrade issue (again).
Date: 2001-05-17 16:24:14
Message-ID: 01051712241402.00909@lowen.wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 16 May 2001 19:05, The Hermit Hacker wrote:
> On Wed, 16 May 2001, Lamar Owen wrote:
> > I am loathe to even bring this up, but with two messages today about it,
> > I am going to be short and sweet:

> > We don't have a reasonable upgrade path. ASCII dump->install
> > new->initdb->restore is not a reasonable upgrade. Furthermore, the
> > dump/restore cycle is a
> > pain in the neck when tables get larger than a few hundred megabytes.

> Personally ... I just upgraded 13 gig worth of databases using
> dump/restore, didn't have to end a single file, in less then 1.5hrs from
> start to finish ... *shrug*

And 1.5 hours of downtime wasn't a problem? *raised eyebrow* :-) Or did you
migrate to a different box running the new version? Or were you running more
than one version on the one box? Some don't have that choice as easy, nor
are they as experienced as you and I. Nor do they desire that much downtime.

My vision of an ideal upgrade:
Stop old version postmaster.
Install new verison.
Start new version postmaster.
New version migrates in place while being able to give access to the old data
with the only downtime being stopping the old postmaster and starting the new.

This is hard. And, as Tom so well put it: it's a lot of boring work to get
it to work right. But, IMHO, this is one of the most gifted and talented set
of hackers in any open source project -- surely we could find both a concept
and implementation of a way to actually do the inplace seamless upgrade,
couldn't we?
- --
Lamar Owen
WGCR Internet Radio
1 Peter 4:11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7A/sx5kGGI8vV9eERApiwAKDRzYZSmwpcwlsRcexuGovNA77uNACeLIOS
g2O3Q0KP4+ODIuqjjvzu3gY=
=WRxi
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message August Zajonc 2001-05-17 16:26:08 Re: Need Postgresql ODBC Driver
Previous Message Lamar Owen 2001-05-17 16:16:43 Re: Upgrade issue (again).