OS X 10.10.5
WP_CLI versions: 0.24 and 0.24.1
Ran $ wp search-replace '//old.url' '//new.url' --export=db.sql --all-tables and it appeared to run the command, make changes, and export the database, however it first output a warning:
Notice: Undefined index: export_insert_size in phar:///usr/local/bin/wp/php/commands/search-replace.php on line 173
I am not the end user of the final database so I have no way of testing the fidelity of the final output.
OS X 10.10.5
WP_CLI versions: 0.24 and 0.24.1
Ran
$ wp search-replace '//old.url' '//new.url' --export=db.sql --all-tablesand it appeared to run the command, make changes, and export the database, however it first output a warning:Notice: Undefined index: export_insert_size in phar:///usr/local/bin/wp/php/commands/search-replace.php on line 173I am not the end user of the final database so I have no way of testing the fidelity of the final output.