Moshe Weitzman
                                            Moshe Weitzman
                                        
                                    @RalfEisler --extra option would be appropriate for drush 8 and earlier.
title edited ... If there is a simple way to determine if this is --no-tablespaces is needed then perhaps we could handle this in core sql:dump
Would be good to add a test for this, or add to an existing test
Yes, that is a good place to add testing for this.
Not covered enough. If bug were already covered, the test would have been failing for years.
What about: ``` command: core: rsync: suffix: chmod: 'ugo=rwX' ```
So, adding support for a 'suffix' key. ping @greg-1-anderson.
Now that Symfony pr is merged, what do we need to do to support these options in our config?
I'm a little torn on this. I do see its utility. The PR as it stands might be incomplete as it still sanitizes the User fields and Sessions for admins....
If we had a uid whitelist, then your feature would be as as imple as making a script that grabbed all admins and passing it it to sql:sanitize. See https://github.com/drush-ops/drush/pull/4213