Re: PostgreSQL upgrade.

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>, pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL upgrade.
Date: 2019-04-15 02:26:46
Message-ID: 8c07f8e8-e50d-2e75-bb9c-f2cee92a9c37@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On 10/04/19 8:20 PM, Andreas Kretschmer wrote:
>
>
> Am 10.04.19 um 07:40 schrieb Daulat Ram:
>> We have two node postgresql database version 9.6 with streaming
>> replication which is running on docker environment, os Linux (Ubuntu)
>> and we have to migrate on PostgresQL11. I need your suggestions &
>> steps to compete the upgrade  process successfully.
>
> there are exists several ways to do that. You can take a normal dump
> and replay it in the new version, you can use pg_upgrade, and you can
> use a logical replication (using slony, londiste or pg_logical from
> 2ndQuadrant). There is no 'standard way' to do that, all depends on
> your requirements and knowledge how to work with that tools.
>
>
>

The docker environment makes using pg_upgrade more difficult, as you
need to modify (or build a new) container with the old and new Postgres
versions installed. I'm interested in seeing how hard that would be
(will update this thread if I find anything useful).

regards

Mark

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Janes 2019-04-15 02:48:49 Re: Out of Memory errors are frustrating as heck!
Previous Message Justin Pryzby 2019-04-15 01:48:11 Re: Out of Memory errors are frustrating as heck!