syncdb icon indicating copy to clipboard operation
syncdb copied to clipboard

importdb unable to import a custom view

Open ann--b opened this issue 7 years ago • 0 comments

importdb was able to import all of my database tables, but the following error displayed on the terminal while it was attempting to import my custom view:

drush sql-query --file=/mypath/view.sql Query failed. [error]

So I ran the above command myself at the terminal, and it imported the view successfully.

$drush sql-query --file=/mypath/view.sql

I am using parallel with the jobs option set to 800% in importdb.

ann--b avatar Apr 27 '17 16:04 ann--b