the param --network of wp search-replace do not change tables if not registered on wpdb. Since wp-cli version 0.19.0 there is a param --all-tables: change param --network to new param --all-tables in wp search-replace calls in function pull_db() and dump_db in file deploy.php.
the param
--network
ofwp search-replace
do not change tables if not registered on wpdb. Sincewp-cli version 0.19.0
there is a param--all-tables
: change param--network
to new param--all-tables
inwp search-replace
calls in functionpull_db()
anddump_db
in filedeploy.php
.A pull request has been created https://github.com/c10b10/wp-cli-deploy/pull/22.