Replies: 2 comments
-
Hi @vlance11, thanks for reporting this. We need to upgrade Are you using Hasura Cloud, Hasura OSS, or another version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
pg_dump
utility version: 15.4 (Ubuntu 15.4-2.pgdg22.04+1)Issue
I'm encountering a version mismatch error between
pg_dump
and my PostgreSQL server when I try to create a migration file using the Hasura CLI. The command I'm using is:hasura migrate create "init" --from-server
When I select the database to use (default), I get the following error:
Attempts to Resolve
pg_dump
utility.pg_dump
15.4.Questions
pg_dump
version with the PostgreSQL server version would be appreciated.Thank you in advance for your support and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions