You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's the right approach here. Should that argument work? Or it was documented by mistake?
PS: I would like to use this as a default options for some aliases (like @prod) as a mitigation for something I cannot accomplish with policy.drush.php (issue #1708452).
The text was updated successfully, but these errors were encountered:
The documentation is quite confusing,
drush help sql-drop
describes the argument as:To my understanding if you use that argument, a dump of the database will be saved before running drop on all tables. Saving afterwards seems useless.
But running
drush @alias sql-drop --result-file=backup.sql
will not generate any file (v8.1.9
).In the code the
--result-file
doesn't appear to be used:I'm not sure what's the right approach here. Should that argument work? Or it was documented by mistake?
PS: I would like to use this as a default options for some aliases (like
@prod
) as a mitigation for something I cannot accomplish withpolicy.drush.php
(issue #1708452).The text was updated successfully, but these errors were encountered: