# ClickPipes for Postgres now supports failover replication slots

DevFeed: [ClickPipes for Postgres now supports failover replication slots](<https://devfeed.tech/articles/clickpipes-for-postgres-now-supports-failover-replication-slots-5178.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickpipes-postgres-failover-replication>)

Author: Kevin Biju Kizhake Kanichery

Published: 2025-11-11T14:09:46Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [Replication](<https://devfeed.tech/topics/replication.md>), [Database](<https://devfeed.tech/topics/database.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Server](<https://devfeed.tech/topics/server.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [database](<https://devfeed.tech/tags/database.md>), [failover](<https://devfeed.tech/tags/failover.md>), [google](<https://devfeed.tech/tags/google.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [providers](<https://devfeed.tech/tags/providers.md>), [replication](<https://devfeed.tech/tags/replication.md>)

## AI overview

ClickPipes for Postgres adds an option to create logical replication slots with failover enabled. The feature uses Postgres 17 logical replication failover to synchronize slots to standby servers, allowing logical decoding and CDC pipelines to resume after a standby is promoted.

## Source excerpt

Learn about how failover-ready replication slots keep Postgres CDC pipelines running without interruption.