Re: 8.3.3 stability ?

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>, "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
Subject: Re: 8.3.3 stability ?
Date: 2008-09-18 21:01:02
Message-ID: 200809181701.02712.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 18 September 2008 08:42:07 Gauthier, Dave wrote:
> Great News. I just requested IS to get the 8.3.3 version.
> One more question... Is there some sort of migration that I have to
> do for existing DB's? Is it as drastic as a DB unload/load? Or
> something simpler?
>

Upgrading from 8.2.x to 8.3.x will require a dump/restore (or similar
mechanisms), and you'll also want to do a fair amount of testing of your
application code against 8.3 to make sure it doesn't have any issues. Be
aware that 8.3.4 will probably be next week, so you'll want to really move to
that version when you do the actual upgrade.

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2008-09-19 01:13:17 Re: Running initdb while logged in as Administrator user (Windows)
Previous Message Jeff Davis 2008-09-18 20:59:07 Re: Returning NEW in an on-delete trigger