-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drush 9 sql-sync does not accept the --structure-tables-list option #3045
Comments
Can you post full --debug log. Also post the output of |
Thank you for your attention. Here's my log.
|
This looks odd Your drush inside docker is more what I would expect - I do think there is a problem with @hook option methods. I'll leave this open so I review those. |
Yes, web/drush was just a symlink (useless in this context). I changed paths.drush-script in my alias file, and I get the exact same problem. |
FWIW, I've seen similar behaviour with "sql-dump --skip-tables-key":
|
Should be fixed in master |
Yes, it seems to work now. I can't really test the whole process because of #3046 but I don't get any error message on DB export and I see "-ignore-table=drupal_drush9_test.cache_bootstrap --ignore-table=drupal_drush9_test.cache_config [...]" in the system call. |
drush -y sql-sync --structure-tables-list=watchdog,cache_*,search_api_db_* @prod @dev
gives the following error:
[Symfony\Component\Console\Exception\RuntimeException] The "--structure-tables-list" option does not accept a value.
The text was updated successfully, but these errors were encountered: