Re: Create a logical and physical replication - Mailing list pgsql-general

From Kyotaro Horiguchi
Subject Re: Create a logical and physical replication
Date
Msg-id 20191105.145441.1121905199858654119.horikyota.ntt@gmail.com
Whole thread Raw
In response to Create a logical and physical replication  (Ashok Kumar Tiwari <ashokt@ohumhealthcare.com>)
Responses Re: Create a logical and physical replication  (Ashok Kumar Tiwari <ashokt@ohumhealthcare.com>)
Re: Create a logical and physical replication  (Ashok Kumar Tiwari <ashokt@ohumhealthcare.com>)
List pgsql-general
Hello.

At Mon, 4 Nov 2019 19:05:24 +0530, Ashok Kumar Tiwari <ashokt@ohumhealthcare.com> wrote in 
> is it possible in postgres to create one physical replica for DR(data
> recovery purpose) and another one logical replica for reporting purpose

A physical replication standby cannot be a publisher. You will find
that CREATE PUBLICATION fails.

> master --------> physical standby (for DR  Purpose)
>     |
>     |
>     |
>     |
> logical replica for reporting purpose
> 
> ------------------ or cascading logic replication
> 
>   master --------> physical standby (for DR  Purpose) ------------- >
> logical replica for reporting purpose

The former works (as documented in [1]) but the latter doesn't.


By the way, If I'm not missing anything I don't find a description on
this restriction in the documentation.  Shouldn't it be in [2], or
[1]?

[1]: https://www.postgresql.org/docs/12/logical-replication.html
[2]: https://www.postgresql.org/docs/12/logical-replication-restrictions.html

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-general by date:

Previous
From: David Rowley
Date:
Subject: Re: select view definition from pg_views feature request
Next
From: Ashok Kumar Tiwari
Date:
Subject: Re: Create a logical and physical replication