Replies: 1 comment 2 replies
-
|
Hi, thanks for the interests. Syncing local pg tables to remote Ducklakes (with remote pg as catalog) is unsupported. Though technically possible, I would recommand using daemon mode for this usecase (https://github.com/relytcloud/pg_duckpipe/blob/main/doc/DAEMON.md). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The README shows replication from local or remote PostgreSQL tables to a DuckLake whose catalog is in the local PostgreSQL instance. How do I configure
pg_duckpipeto replicate to some other DuckLake? I see thatpg_ducklakesupports connecting to DuckLakes viaducklake_fdw. It's not clear to me how to configurepg_duckpipefor this.Beta Was this translation helpful? Give feedback.
All reactions