Logical replication issue between Linode and Azure Postgresql Flexible edition
I have a PostgreSQL 11 on Linode and I created an Azure Database PostgreSQL Flexible. I want to do logical replicate from PostgreSQL on Linode to Azure Database PostgreSQL Flexible.
I tested the replication method between on-premise (master) and Azure Database for PostgreSQL Flexible(Salave) for replicating.
I have created publisher on linode postgress and subscriber at Azure Postgres on a table. Both these commands are successful. But the data from the publisher(linode) is not getting replicated into Azure PostgreSQL Flexible db.
Please let me know if any one experiance this issue before.
Linode PostgreSQL (Master)
Azure PostgreSQL Flexible (Slave)