Abstract
- A popular relational database
- Grab a free postgres db with Neon DB!
- Obtain the Postgres Version using
SELECT version();
Resolving PostgreSQL pg_dump server version mismatch
The newer version of Postgres isn’t included in a lot of the Package Manager, you need to add the package repository in manually! You can find many online tutorials on this, here is one for APT package manager.
Postgres Migration
Connection String Format
postgres://[user]:[password]@[db_hostname]/[dbname]
- Dump from one DB to another
- Export data out in sql format
- For more information, refer to this guide
Neon DB
- Serverless Postgres
- Billing - Neon Docs
Neon_DB CLi Setup
Data migration to NeonDB
Refer to Postgres Migration, more details see Data Migration to Neon.