-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to serverk/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action required
Description
Runing in docker. Migrate init failed(pg_dump failed).
Version
Graphql-engine: v1.0.0-beta.3 (upgrade from 1.0.0-beta.2)
hasura-cli: 1.0.0-beta.3
Command
Excute follow command:
$ hasura migrate create "init" --from-server
And then get pg_dump error:
FATA[0084] cannot fetch schema dump: [unexpected] internal exception while executing pg_dump ($)
Make pg_dump post request
POST url: http://localhost:8081/v1alpha1/pg_dump
Body: {
"opts": ["-O", "-x", "--schema-only", "--schema", "public"],
"clean_output": true
}
Response
status: 500
body: {
"path": "$",
"error": "internal exception while executing pg_dump",
"code": "unexpected"
}
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to serverk/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action required