Re: Replication between Master PostgreSQL database version 9.6.1 and Standby/Slave PostgreSQL database version 10.17.

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Kaushal Shriyan <kaushalshriyan(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Replication between Master PostgreSQL database version 9.6.1 and Standby/Slave PostgreSQL database version 10.17.
Date: 2022-10-05 17:31:52
Message-ID: 2035F100-50AB-4149-A246-8FFD83F8E048@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Oct 5, 2022, at 09:32, Kaushal Shriyan <kaushalshriyan(at)gmail(dot)com> wrote:
>
> Hi,
>
> Is replication possible between PostgreSQL support Master database running 9.6.1 version which is a lower version to Standby/Slave running version 10.17?

Binary replication is not possible between different major versions. You can do logical replication, using the pglogical extension:

https://github.com/2ndQuadrant/pglogical

(Although not directly related, do note that 9.6 has been past end-of-life for nearly a year, and version 10 will reach end-of-life in November of this year. 10.17 is over a year old, and 9.6.1 is almost six years old; the most recent versions of each are 10.22 and 9.6.24.)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2022-10-05 18:17:08 Re: Number of updated rows with LibPQ
Previous Message Kaushal Shriyan 2022-10-05 16:32:03 Replication between Master PostgreSQL database version 9.6.1 and Standby/Slave PostgreSQL database version 10.17.