support pg_dump for Postgres 13
See original GitHub issueI’m using Hasura ver 1.3.2. When I call hasura migrate ..., I got an error.
cannot fetch schema dump: [unexpected] error while executing pg_dump: pg_dump: error: server version: 13rc1; pg_dump version: 12.2 (Debian 12.2-2.pgdg90+1)
I think Hasura currently only supports pg ver 12 & below.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Documentation: 15: pg_dump - PostgreSQL
pg_dump is a utility for backing up a PostgreSQL database. It makes consistent backups even if the database is being used concurrently. pg_dump...
Read more >PostgreSQL pg_dump & pg_restore Guide - SimpleBackups
Extensive guide about pg_dump and pg_restore commands, how to use them to back up and restore postgresql databases (pg_dump + pg_restore ...
Read more >Postgresql 13 - Speed up pg_dump to 5 minutes instead of 70 ...
When we did a simple COPY from psql on this table to stdout , it was quite fast (1 or 2 minutes), but...
Read more >pg_dump(1) — postgresql-client-13 — Debian testing
pg_dump is a utility for backing up a PostgreSQL database. It makes consistent backups even if the database is being used concurrently. pg_dump...
Read more >PostgreSQL Backup - pg_dump & pg_dumpall
PostgreSQL comes with pg_dump and pg_dumpall tools that help you backup databases easily and effectively. For ones who want to see the command...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same issue here still.
Same issue for me. I use the images
hasura/graphql-engine:v1.3.2andpostgres:13This comes from the fact that
pg_dumpin the1.3.2hasura image still is version12.2. This should be corrected in the Hasura images. The hasura Team should update the Postgres client tools in their image to version 13.