psql invalid socket when import data

Hi there,

I’m importing data into my Postgres fly instance. I’m connected thru fly proxy 15432:5432 -a my-app-db and I’m executing something like psql -p 15432 ... my-db

It’s working then I get a psql:my-app-db:123456: invalid socket

I guess this is because it’s a lot of data, because on a subset of it the method is working. The my-db file I’m trying to import is 3.5G.

Any idea how to make this work?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.