I wonder if Replit’s PostgreSQL server and client versions could be aligned to use the same major version? This would be helpful since some users might want to copy their data to a separate NeonDB for production environments.
Currently, we’re seeing a version mismatch:
- Server version: 17.2
- pg_dump version: 16.5
When trying to dump the database:
~/workspace$ pg_dump $DATABASE_URL > dump.sql
pg_dump: error: aborting because of server version mismatch
pg_dump: detail: server version: 17.2; pg_dump version: 16.5
Environment updated. Reloading shell...