NeonN
Neon10mo ago
3 replies
primary-violet

migrating from supabase

hey there. i'm trying to migrate from supabase right now. i'm trying to go the route of CDC and moving writes from supabase -> neon. the issue is that i can't create the replication slot correctly
the issue that i run into is the fact that neon can't connect to supabase. i know it is possible - i use Sequin as CDC (which uses replication and everything). the issue is that when creating the subscription, neon throws the following error:
Query 1 ERROR at Line 1: : ERROR:  could not connect to the publisher: connection to server at "db.xxxx.supabase.co" (xx.xx.xx.xx), port 5432 failed: Connection refused
    Is the server running on that host and accepting TCP/IP connections?

i'm going along with the supabase docs directly: https://supabase.com/docs/guides/database/postgres/setup-replication-external
Was this page helpful?