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
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.
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_postmeta
Solution: I'd love to see a progress bar indicator for this command
I would guess that the majority of use cases for
search-replace
are something along the lines ofwp search-replace https://live.com https://local.com
This can take a wee while on a larger database and I'd love to have some indication of progress.
The text was updated successfully, but these errors were encountered: