hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.13k stars 2.76k forks source link

Pgdump mismatch with Postgres server /docker-compose #6161

Closed sethsnel closed 3 years ago

sethsnel commented 3 years ago

I have the same issue as #2749, however just a little diffirent: time="2020-11-10T09:48:39+01:00" level=fatal msg="cannot fetch schema dump: [unexpected] error while executing pg_dump: pg_dump: error: server version: 13.0 (Debian 13.0-1.pgdg100+1); pg_dump version: 12.2 (Debian 12.2-2.pgdg90+1)\npg_dump: error: aborting because of server version mismatch\n ($)"

I'm using this image: hasura: image: hasura/graphql-engine:latest

Are there plans to update to pg_dump 13? And is there maybe a way to have the pg version defined externally?

kolharsam commented 3 years ago

Hey @sethsnel 👋 We are working on it. See #6070. We should have it out soon :) There is a preview image available. Let us know if there are any unexpected behaviors if you do try it out.

kolharsam commented 3 years ago

Closing this as a dupe of #5836

sethsnel commented 3 years ago

@kolharsam , great thanks!