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_dumputility version: 15.4 (Ubuntu 15.4-2.pgdg22.04+1)Issue
I'm encountering a version mismatch error between
pg_dumpand 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-serverWhen I select the database to use (default), I get the following error:
{ "error": "error while executing pg_dump", "path": "$", "code": "unexpected", "internal": "pg_dump: error: aborting because of server version mismatch\npg_dump: detail: server version: 16.0 (Debian 16.0-1.pgdg120+1); pg_dump version: 15.4 (Ubuntu 15.4-2.pgdg22.04+1)\n" }Attempts to Resolve
pg_dumputility.pg_dump15.4.Questions
pg_dumpversion 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