Re: postgres 9.6.2 update breakage

From: Roel Janssen <roel(at)gnu(dot)org>
To: Jan Nieuwenhuizen <janneke(at)gnu(dot)org>
Cc: Christopher Allan Webber <cwebber(at)dustycloud(dot)org>, guix-devel(at)gnu(dot)org, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postgres 9.6.2 update breakage
Date: 2017-05-15 06:48:47
Message-ID: 87fug6wr74.fsf@gnu.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Jan Nieuwenhuizen writes:

> Roel Janssen writes:
>
>> So, it would be something like:
>> postgres pg_upgrade \
>> ...
>
> It's great to have a recipe `that works', so thanks!
>
> However, whether or not we automate this, I cannot help to wonder if
> we should support downgrading -- at least to the previous version
> in this case?
>
> If I'm not mistaken, everything else in GuixSD will run if I select a
> previous system generation in Grub...except for this?
>
> Is involving postgres developers an option, I'm sure a least one of
> the postgresql hackers[cc] are already looking at Guix[SD]?
>
> Greetings,
> janneke

Ah yes, I see the point. The problem here is that when new features are
added to PostgreSQL, and you rely upon them in your database schemas,
downgrading will most likely cause loss of information.

Maybe we need a wrapper script that also makes a dump of all of the
data? Now that could become a security hole.

Or the wrapper script warns about this situation, and recommends making
a (extra) back-up of the database before upgrading.

Or.. the upgrade is something a user should do explicitly, basically
giving up on the "just works" concept. Guix already provides a nice way
to get the previous version of the exact binaries used before the
upgrade.

Kind regards,
Roel Janssen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tushar 2017-05-15 08:04:59 Create publication syntax is not coming properly in pg_dump / pg_dumpall
Previous Message Amit Langote 2017-05-15 06:16:26 NOT NULL constraints on range partition key columns