> This page location: Migrate to Neon > Region migration > Neon to another region
> Full Neon documentation index: https://neon.com/docs/llms.txt

# Migrate to another Neon region

Choose a migration method for a new Neon project in another region

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](https://console.neon.tech/app/)** 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](https://neon.com/docs/import/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](https://neon.com/docs/import/migrate-from-neon)**.

### 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](https://neon.com/docs/guides/logical-replication-neon-to-neon)**. Expect more configuration than other migration methods.

## Related docs

- [Region migration](https://neon.com/docs/import/region-migration)
- [Get started with logical replication](https://neon.com/docs/guides/logical-replication-guide)

---

## Related docs (Region migration)

- [Overview](https://neon.com/docs/import/region-migration)
- [Neon to Lakebase](https://neon.com/docs/guides/migrate-neon-to-lakebase)
- [Postgres-compatible export](https://neon.com/docs/guides/export-neon-postgres-compatible)
