Re: Re: [Pkg-postgresql-public] Postgres major version support policy on Debian

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>, "Markus Wanner" <markus(at)bluegap(dot)ch>, "Postgres General" <pgsql-general(at)postgresql(dot)org>, pkg-postgresql-public(at)lists(dot)alioth(dot)debian(dot)org, backports-users(at)lists(dot)backports(dot)org
Subject: Re: Re: [Pkg-postgresql-public] Postgres major version support policy on Debian
Date: 2008-10-10 21:43:46
Message-ID: dcc563d10810101443q76cd2941l9a089d374b4eb49a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 10, 2008 at 2:23 AM, Gerfried Fuchs <rhonda(at)deb(dot)at> wrote:
> * Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> [2008-10-06 18:07:39 CEST]:
>> On Mon, Oct 6, 2008 at 9:34 AM, Markus Wanner <markus(at)bluegap(dot)ch> wrote:
>> > Well, it's a general Postgres problem, not a Debian one. Upgrading
>> > between major versions requires a full dump/restore cycle, for which the
>> > downtime is proportional to the database size. For small or medium
>> > databases that's not an issue, but above some Gigabytes, that begins to
>> > hurt pretty badly.
>>
>> In that case I prefer to have both db versions available and use slony
>> to upgrade in place. We recently upgraded from 8.1 to 8.3 and work
>> the downtime was measured in seconds (the time it took slony to switch
>> the two servers).
>
> Good to hear. Though I see another problem here, slony is always only
> available for a single postgres version in the current packaging, so
> that upgrading path isn't that easy as you make it sound... At least not
> if you want to do it on a single system and not through two different
> machines.

This is certainly not true for slony on ubuntu. On Ubuntu there's a
slony1-bin package that has the common files, and then there's
postgresql-8.x-slony1 package for each pgsql version that has the
scripts to make that version happy.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2008-10-10 22:30:11 Re: how to remove the duplicate records from a table
Previous Message Robert Haas 2008-10-10 20:43:54 Re: calling a function that takes a row type and returns a set of rows