droslean
(Nikolaos Moraitis)
1
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
Juri
(Juri)
2
what verison do you use?
if you use zion: zion is unstable atm, use the previous version until bugs are fixed.
droslean
(Nikolaos Moraitis)
3
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?