1
0
mirror of synced 2025-12-21 11:01:41 -05:00

[source-postgres] Updating doc to indicate cascading replication is possible (#53159)

This commit is contained in:
assaad
2025-02-04 19:28:18 +01:00
committed by GitHub
parent f2470864a1
commit 5081933980

View File

@@ -96,7 +96,8 @@ These are the additional steps required (after following the [quick start](#quic
We recommend following the steps in the [quick start](#quick-start) section to confirm that Airbyte can connect to your Postgres database prior to configuring CDC settings.
For CDC, you must connect to primary/master databases. Pointing the connector configuration to replica database hosts for CDC will lead to failures.
For CDC, you may connect to primary/master databases. To use a replica as source, which is available starting from Postgres 16.1, and provided additional configurations have been enabled on the database instance (please visit [Postgres official documentation](https://www.postgresql.org/docs/current/warm-standby.html#CASCADING-REPLICATION)), the most recent required connector's version is 3.6.21.
#### Step 2: Provide additional permissions to read-only user