Upgrade from 15 to 16
How can I update from version 15 to 16 for a neon project?
1 Reply
fascinating-indigo•2y ago
We don’t have a migration tool built in to do this. You can create new Postgres 16 project on a Neon and use pg_dump to migrate your data from your Postgres 15 project to the new one: https://neon.tech/docs/import/import-from-postgres
Neon
Import data from Postgres - Neon Docs
This topic describes migrating data from another Postgres database to Neon using the pg_dump and pg_restore command line utilities. Avoid using pg_dump over a pooled connection string (see PgBouncer i...