Re: status/timeline of pglogical?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, Joshua Drake <jd(at)commandprompt(dot)com>, Vik Fearing <vik(at)2ndquadrant(dot)fr>, Josh berkus <josh(at)agliodbs(dot)com>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-advocacy <pgsql-advocacy(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: status/timeline of pglogical?
Date: 2016-05-12 15:26:51
Message-ID: CABUevEzTpY2HqheRv4iO1wq3tD_VAGFm2KsmCzq7ao99j6UO+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On May 12, 2016 16:57, "Bruce Momjian" <bruce(at)momjian(dot)us> wrote:
>
> On Thu, May 12, 2016 at 10:37:28AM -0400, Robert Haas wrote:
> > 3. I think we need to replace pg_upgrade with a real in-place upgrade
> > scheme so that you just fire up the new version of the server on your
> > old data directory, and it rejiggers things in place without needing
> > to create a new cluster and migrate stuff over to it. I think that
> > actually making this work is a huge engineering effort, and I have no
> > plans to undertake it in the near term, but I think it has to be done.
> > pg_upgrade isn't reliable enough, and using pglogical means you need a
> > second machine. Maybe everybody should run with a standby, but not
> > everyone does.
>
> I don't see why you can't have the pg_logical slave be on the same
> server as the master for an upgrade. It will double the write volume
> while it is active, but assuming it is setup only to perform a major
> version upgrade, it should be fine.
>

I think that's a pretty bad assumption. A lot, if not most, of the people
who actually need zero downtime upgrades don't have 50% extra space and in
particular not 50% extra performance on their servers to throw at that.

Can it be made to work? Sure. But I definitely agree with Robert that we
need "real" in place upgrades at some point.

/Magnus

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Magnus Hagander 2016-05-12 15:30:51 Re: When should be advocate external projects?
Previous Message Bruce Momjian 2016-05-12 15:03:03 Re: status/timeline of pglogical?