Error 1054: Unknown column 'my_column' in 'where clause'

dgraph migrate --host myhost --port 3306 --output_schema schema.txt --output_data sql.rdf --user root --password mypass --db mydb
Error 1054: Unknown column ‘my_column’ in ‘where clause’

Can anyone help me to understand what is happening here? It looks like a bug in the dgraph cli.

1 Like

what verison do you use?
if you use zion: zion is unstable atm, use the previous version until bugs are fixed.

I don’t think that your answer justifies why I should use an older version. Can you share exactly the bug that blocks me here?