N
Neon2y ago
wise-white

How can i check the region of my project and can i change it later on?

~
5 Replies
zesty-coffee
zesty-coffee2y ago
Hi, you check the region on your Projects page:
No description
zesty-coffee
zesty-coffee2y 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-white
wise-whiteOP2y ago
thanks, also a follow up since i'm deploying to vercel should i use the pooled connection string?
zesty-coffee
zesty-coffee2y 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-white
wise-whiteOP2y ago
oh ok thanks again

Did you find this page helpful?