Skip to content

Commit 503536c

Browse files
failover slot in faq
1 parent 9bf04c1 commit 503536c

File tree

1 file changed

+10
-0
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+10
-0
lines changed

docs/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ sidebar_position: 2
66
title: 'ClickPipes for Postgres FAQ'
77
---
88

9+
import failover_slot from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/failover_slot.png'
10+
import Image from '@theme/IdealImage';
11+
912
# ClickPipes for Postgres FAQ
1013

1114
### How does idling affect my Postgres CDC ClickPipe? {#how-does-idling-affect-my-postgres-cdc-clickpipe}
@@ -345,3 +348,10 @@ If your initial load has completed without error but your destination ClickHouse
345348
Also worth checking:
346349
- If the user has sufficient permissions to read the source tables.
347350
- If there are any row policies on ClickHouse side which might be filtering out rows.
351+
352+
### Can I have the ClickPipe create a replication slot with failover enabled? {#failover-slot}
353+
Yes, for a Postgres ClickPipe with replication mode as CDC or Snapshot + CDC, you can have ClickPipes create a replication slot with failover enabled, by toggling the below switch in the `Advanced Settings` section while creating the ClickPipe.
354+
355+
<Image img={failover_slot} border size="md"/>
356+
357+
If the source is configured accordingly, the slot is preserved after failovers to a Postgres read replica, ensuring continuous data replication. Learn more [here](https://www.postgresql.org/docs/current/logical-replication-failover.html).

0 commit comments

Comments
 (0)