Re: Upgrade in Place

From: Richard Huxton <dev(at)archonet(dot)com>
To: Naomi Walker <nwalke(at)eldocomp(dot)com>
Cc: GENERAL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Upgrade in Place
Date: 2008-11-12 17:36:45
Message-ID: 491B142D.5010508@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Quick tip: don't start a new thread by replying to a previous message,
it can mean your message gets missed.

Naomi Walker wrote:
> We have a very large new customer that is considering using Postgres for
> their RDBMS. The size
> of the database will be in the several terrabytes range, making
> unloading/reloading a time consuming
> and disk-eating process. This customer will be running on a Windows
> platform.

For such a large database, I would give serious thought to not running
on Windows. PostgreSQL has a much longer history on the unix side of the
fence, and a larger *nix community of users and developers. If you're
worried about support, I'm sure Red Hat, Novell or Sun would be more
than happy with the money you'd have spent on Windows licencing. There
are also several well established PostgreSQL consulting companies who
can support both the database and operating-system.

> I've been looking at the upgrade_in_place docs in pgfoundry, but it
> seems it is in the "trying to be
> revived" stage.
>
> Does anyone have newer information about the move towards upgrades-in-place?

Work is ongoing for 8.4 (to allow you to upgrade in-place to 8.5). You
have pretty much full access to all development discussions by checking
the pgsql-hackers mailing list (there's also a developers side to the
website). Search for "WIP" on the hackers list. Bear in mind that
there's no guarantee that *any* feature not yet complete will make it
into 8.4 (although there are a lot of big users who really want this
feature, so it's a strong candidate).

HTH

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Richard Huxton 2008-11-12 17:41:06 Re: [GENERAL] MAX_CONNECTIONS ??
Previous Message Naomi Walker 2008-11-12 17:06:01 Upgrade in Place

Browse pgsql-general by date

  From Date Subject
Next Message Adriana Alfonzo 2008-11-12 17:37:24 Re: Upgrading side by side in Gentoo
Previous Message Steve Atkins 2008-11-12 17:12:11 Re: Post to another db using pl/pgsql