-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
In a multisite environment, passing in both --url and --all-tables together ends up searching and replacing on all tables instead of the associated tables in the subsite passed in through the --url flag.
Describe the solution you'd like
A) It would be nice to warn the user before executing that passing in --url with --all-tables in a multisite environment will ignore the --url parameter and all tables in the multisite will be affected
Or..
B) Perform the search-replace on only the associated tables of the subsite passed in via --url.
BrookeDot and WPprodigy