---
title: Neon data migration guides
subtitle: Learn how to migrate data to Neon Postgres from different database providers
and sources
redirectFrom:
- /docs/import/import-intro
enableTableOfContents: true
updatedOn: '2025-07-22T16:08:58.781Z'
---
Find instructions for migrating data from Postgres, CSV, other Neon projects, and other database providers. For near-zero downtime data migrations from other Postgres providers, consider using logical replication. Additionally, if you're new to Neon and want to try it out, our sample data guide provides datasets for exploration and testing.
## Data migration guides
Import Data Assistant
Migrate with pg_dump and pg_restore
Migrate from another Neon project
Migrate schema only
Import data from CSV
Migrate from Firebase Firestore
Migrate from Heroku
Migrate with AWS DMS
Migrate from Azure
Migrate from Digital Ocean
Import sample data
Migrate from MySQL
Migrate from Render
Migrate from Supabase
Migrate with pgcopydb
## Use logical replication for near-zero downtime data migrations
Postgres logical replication in Neon provides an efficient way to migrate data from other Postgres providers with minimal downtime. By replicating data in real-time, this method allows you to transition your applications to Neon without interrupting your services. Please refer to our logical replication guides for instructions.