I want to construct cluster like this:
- 3 MAIN nodes linked by physical replication
- N OTHER nodes that receiving data from MAIN nodes via logical replication
I successfully configured physical replication between 3 MAIN nodes, but I did't go far. I must note that I specify "logical" value for "wal_level" fields for all nodes in my cluster. But when I try to create subscription at any OTHER node I got error like this: "logical decoding cannot be used while in recovery".
Can anybody help me please?