Vercel pgsql storage "endpoint is temporary unavaible" #2831
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Someone with that error? for me it's the second time that this error happens, and I cant connect to the storage any more. I need some help 😦
2 Replies
@Spectacled bear Vercel Postgres is still beta, so it could happen. In my case, i use one on Washington, D.C.
Plus, change the number of conn pool to 1, by specifying connection_limit param like this.
postgresql://default:xxx@yyy.us-east-1.postgres.vercel-storage.com/verceldb?pgbouncer=true&connect_timeout=15&connection_limit=1
this improves a bit especially on cold start.
Plus, change the number of conn pool to 1, by specifying connection_limit param like this.
postgresql://default:xxx@yyy.us-east-1.postgres.vercel-storage.com/verceldb?pgbouncer=true&connect_timeout=15&connection_limit=1
this improves a bit especially on cold start.
Spectacled bearOP
I need a way to connect again and make some bkp to migrate the storage to other local