How to migrate data from neon to local computer
I want to self host postgresql database and I want to know how to migrate from neon to my computer.
1 Reply
metropolitan-bronze•17mo ago
when you say migrating to local computer, do you mean a local Postgres instance?
If yes, you can follow this guide https://neon.tech/docs/import/import-from-postgres
Neon
Import data from Postgres with pg_dump and pg_restore - Neon Docs
This topic describes migrating data from another Postgres database to Neon using the pg_dump and pg_restore. Avoid using pg_dump over a pooled connection string (see PgBouncer issues 452 & 976 for det...