Capturing changes from Microsoft Azure for PostgreSQL
Last updated: 8/26/2026To be able to capture changes from Microsoft Azure for PostgreSQL, you need to set the "replication" property to "logical", as described in the steps below.
-
Open the Azure CLI and run the following command:
Information noteYou can download the CLI or connect via a shell command on Azure portal.
Syntax:
az postgres server configuration set --resource-group resource-group --server-name server-name --name azure.replication_support --value logical
Example:
az postgres server configuration set --resource-group azuredb --server-name qlik-azure-pg --name azure.replication_support --value logical
- Restart the database (using the command line or via the portal).