Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Does Qlik supports replication from Azure Postgres Single server as source.
I see in the below documentation but it is not very clear.
Capturing changes from Microsoft Azure for PostgreSQL ‒ Qlik Replicate
Hello @subuddir ,
For PostgreSQL source database, Qlik Replicate uses replication slots to read transaction changes from Write Ahead Log (WAL). wal_level determines how much information is written to the WAL. To make sure enough information are written into WAL, wal_level (on-premise) or azure.replication_support (on Microsoft Azure for PostgreSQL) should set to "logical" to support logical decoding. Azure Postgres Single server Support for logical decoding well.
Hope this helps.
Regards,
John.