Replication of Replication

From: Edilmar Alves <edilmaralves(at)intersite(dot)com(dot)br>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Replication of Replication
Date: 2019-10-18 21:54:34
Message-ID: aa68b69c-0e6e-f298-2ac3-63fd40b933ed@intersite.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have 3 servers running CentOS+PG 11
(postgresql11-server-11.5-1PGDG.rhel7.x86_64):
- s1: main db + publication
- s2: subscription of the main db
all works fine until here...
Now, I tried to config this:
- s2: publication of the same db that was replicated from s1
- s3: subscription of the db from s2
When I did this, replication s1=>s2 stopped, and replication s2=>s3
never worked.
Is this not possible?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2019-10-18 22:00:50 Re: jsonb_set() strictness considered harmful to data
Previous Message Christoph Moench-Tegeder 2019-10-18 21:50:18 Re: jsonb_set() strictness considered harmful to data