5 Replies
zesty-coffee•2y ago
Hi, you check the region on your Projects page:

zesty-coffee•2y ago
Changing your region currently requires dumping data from your current project and importing it into a new project created in the desired region. See: https://neon.tech/docs/import/import-from-neon
Neon
Import data from another Neon project - Neon Docs
This guide describes how to migrate a database from one Neon project to another by piping data from pg_dump to pg_restore. Use these instructions to Import a database from a Neon project created in on...
wise-whiteOP•2y ago
thanks, also a follow up since i'm deploying to vercel should i use the pooled connection string?
zesty-coffee•2y ago
Not necessarily related to deploying on Vercel, but if you expect a large number of connections, using a pooled connection string is recommended.
wise-whiteOP•2y ago
oh ok thanks again