-
Notifications
You must be signed in to change notification settings - Fork 47
Progress bar #134
Copy link
Copy link
Open
Labels
command:search-replaceRelated to 'search-replace' commandRelated to 'search-replace' command
Metadata
Metadata
Assignees
Labels
command:search-replaceRelated to 'search-replace' commandRelated to 'search-replace' command
Type
Fields
Give feedbackNo fields configured for issues without a type.
Issue: I can't see the status of any search-replace commands as they are executing
Right now I'm running a search-replace command (as a regular expression) against the postmeta table which has around 1 million rows. This is pretty slow (which obviously has nothing to do with this command in itself) but I'd love some kind of feedback as to the progress of the command.
For reference the command is:
wp search-replace '\/vid-dodsfall\/(.)+' '/begravning/$1' --regex wp_postmetaSolution: I'd love to see a progress bar indicator for this command
I would guess that the majority of use cases for
search-replaceare something along the lines ofwp search-replace https://live.com https://local.comThis can take a wee while on a larger database and I'd love to have some indication of progress.