Re: Best practise for upgrade of 24GB+ database

From: "Nicholson, Brad (Toronto, ON, CA)" <bnicholson(at)hp(dot)com>
To: francis picabia <fpicabia(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Best practise for upgrade of 24GB+ database
Date: 2012-01-20 18:45:07
Message-ID: EC55DC235432104F8255702A8D7344D92572B41A@G4W3294.americas.hpqcorp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> -----Original Message-----
> From: pgsql-admin-owner(at)postgresql(dot)org [mailto:pgsql-admin-
> owner(at)postgresql(dot)org] On Behalf Of francis picabia
> Sent: Friday, January 20, 2012 1:12 PM
> To: pgsql-admin(at)postgresql(dot)org
> Subject: [ADMIN] Best practise for upgrade of 24GB+ database
>
> How do others manage larger database upgrades while minimizing
> downtime? Do you avoid pg_upgradecluster and simply do a pg_restore
> from a dump made prior to the upgrade? Do you run a replication
> and then resync it after the upgrade is complete? Googling for info
> on this I've only found remarks about it taking longer than you'd
> expect.

In the past I've used Slony to upgrade much larger database clusters than yours with minimal down time (I'm talking seconds for the actual master switch). You set up a new replica on the new version and then move the master from old to new. No need to explicitly resync afterwards.

Brad.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Benjamin Krajmalnik 2012-01-20 20:04:18 Upgrade from 9.0.3 to 9.0.6
Previous Message francis picabia 2012-01-20 18:12:13 Best practise for upgrade of 24GB+ database