Hi. Not with PostgreSQL itself, but you can achieve that with pglogical:
https://www.2ndquadrant.com/en/resources-old/pglogical/ It supports replication across different versions. One of its intended usages is version migration with minimal (almost zero) downtime. But please note that it won’t create a read only replica: The replica will always be writable. You should look for some way to restrict writing, via triggers or permissions, if you really want the replica to be read only. Regards, Alvaro Aguayo Operations Manager Jr. Prolongación Ayacucho 177 Urb. Santa Eulalia - San Miguel Telf.
(+51-1) 680-5726 E-mail: aaguayo@xxxxxx From: Ram Pratap Maurya <ram.maurya@xxxxxxxxxxxxxxxxxxxx>
Hi Support, We would like to perform PostgreSQL Replication between Different Major Version to avoid database upgrade. Scenario is as follows.
We want to perform above activity to avoid Database Upgrade. Please let us know if this is possible to setup Replication between Different Major Version (11-13).
Regards, Ram Pratap. |