-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
I'm trying to do a migration from data on Hasura cloud to a DigitalOcean droplet. The
I'm following the migration guide here exactly:
https://hasura.io/docs/1.0/graphql/manual/migrations/basics.html#step-3-initialize-the-migrations-as-per-your-current-state
When it comes time to execute hasura migrate I run:
npx hasura migrate apply --envfile prod.env
with my prod.env file looking like:
HASURA_GRAPHQL_ENDPOINT='http://64.227.3.16'
HASURA_GRAPHQL_ENABLE_CONSOLE=true
and it gives me the following error...
FATA[0002] apply failed: [unexpected] cannot continue due to inconsistent metadata ($.args[2].args)
File: '1596433479181_newmigration/up.yaml'
...
Followed by my whole up.yaml file.
I've seen this issue posted repeatedly in the discord channel in the past couple weeks, but see no github issue open for it so I thought I would post it here. I'll answer any questions you have. Thanks.