DB Dump - network is unreachable

I am trying a DB dump from my remote database. Even though pull requests from the remote DB is working, I can't get the dump to work.

Here's the command and the error I get:
npx supabase db dump -f supabase/seed.sql
Dumping schemas from remote database...
pg_dump: error: connection to server at [..] port 5432 failed: Network is unreachable
Is the server running on that host and accepting TCP/IP connections?


1) I verified that my db connection is using ipv4 currently on Supabase end
2) I made sure my network has ipv6 address and can curl IPv6 requests (just to be sure)
3) I made sure that there are no network bans

Any help would be highly appreciated!
Was this page helpful?