When your Neon database must run in a different Neon region than it does today, you are not moving the project. A project's region is fixed, so you need to create a new Neon project in the target region and migrate your database into it.
Choose a migration method
Each option below is a different way to move your database into a new Neon project in a different region. Choose the option that matches your requirements.
Import Data Assistant
Best for smaller databases (roughly under 10 GB) and when you want a guided flow in the Neon Console.
In the Neon Console, open the Projects page and start the Import Data Assistant. The assistant creates your new Neon project in the target region as part of the same flow. You begin by entering the connection string for the database you are migrating from. See Import Data Assistant for instructions.
pg_dump and pg_restore
Best for when you want full control of dump files and restore timing. See Migrate data from another Neon project.
Logical replication
Best for minimal downtime on busy databases where a long dump or restore window is not acceptable.
You replicate from the source project to the target and cut over when caught up. See Replicate data from one Neon project to another. Expect more configuration than other migration methods.
Related docs
Need help?
Join our Discord Server to ask questions or see what others are doing with Neon. For paid plan support options, see Support.








