Re: Ideal way to upgrade to postgres 8.3 with less downtime

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Cc: "Swathi S" <ss(dot)postgres(at)gmail(dot)com>
Subject: Re: Ideal way to upgrade to postgres 8.3 with less downtime
Date: 2008-11-07 08:32:40
Message-ID: 200811071032.40803.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Στις Friday 07 November 2008 08:04:05 ο/η Swathi S έγραψε:
> Hi,
>
> I have a database of size approx 400G. It's a 24/7 database. Only few tables
> have regular reads and writes. The other tables just store information.
>
> I would like to upgrade to 8.3 and would like to know the best way to
> upgrade with less downtime.
>
> Thanks
> Swathi
>

And now you are running with which version?
The ideal way is to read the HISTORY file, do several upgrade excercises on a test system with the
same database (e.g. with a recent backup of the original), and then plan/organize your actions.
But i must say that the older version of postgresql you run, the fancier things your apps do, and the more lines of code they have,
the harder it will be to upgrade.
Usually SPI and JDBC require large amounts of work as well.
Well i dont mean to be pessimistic, but our 7.4 -> 8.3 upgrade was pretty painful.

--
Achilleas Mantzios

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message dx k9 2008-11-07 20:28:48 openssl-fips-1.1.2
Previous Message Swathi S 2008-11-07 06:04:05 Ideal way to upgrade to postgres 8.3 with less downtime