upgrade using logical replication

From: Atul Kumar <akumar14871(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: upgrade using logical replication
Date: 2021-01-20 09:53:56
Message-ID: CA+ONtZ5skiUizSBnHuMFkrqTXQDHFaZWEMgNq3i3EThnEURb1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

We are planning to upgrade from postgres 9.5 to postgres 10, on
centos version 6.8, We have a database of around 400GBs.

We need to perform the upgrade activity with minimum downtime (around
1-2 hours). We are thinking of logical replication for the same.

but The issue is we already have configured streaming replication on
it (1 master and 2 slaves).

So On master, we can upgrade the master by changing parameter
wal_level to replica.

but I need to know how will I upgrade the slave servers, so I am
little confused for the approach for upgrade
.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Avery Fischer 2021-01-20 10:58:43 Cannot create canonicalization function for user-defined range type
Previous Message Michael Paquier 2021-01-20 02:56:03 Re: Error messages on duplicate schema names