Skip to content

Commit

Permalink
Merge pull request #3061 from ClickHouse/feat/add-proxy-warning
Browse files Browse the repository at this point in the history
feat(clickpipes): add warning that pg proxies are not supported for CDC
  • Loading branch information
iamKunalGupta authored Jan 10, 2025
1 parent 142fe79 commit 65dc79a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ To get started, you first need to make sure that your Postgres database is set u
7. [Generic Postgres Source](./postgres/source/generic), if you are using any other Postgres provider or using a self-hosted instance


:::warning

Postgres Proxies like PgBouncer, RDS Proxy, Supabase Pooler, etc., are not supported for CDC based replication. Please make sure to NOT use them for the ClickPipes setup and instead add connection details of the actual Postgres database.

:::

Once your source Postgres database is set up, you can continue creating your ClickPipe.

## Creating your ClickPipe
Expand Down Expand Up @@ -67,6 +73,7 @@ Make sure you are logged in to your ClickHouse Cloud account. If you don't have

![Fill in connection details](./images/postgres-connection-details.jpg)


<details>
<summary> (Optional) Setting up SSH Tunneling </summary>

Expand Down

0 comments on commit 65dc79a

Please sign in to comment.