c10b10 / wp-cli-deploy

A WP-Cli command that allows you to deploy the local database or uploads directory to a remote server using ssh.
173 stars 25 forks source link

change param --network to new param --all-tables in wp search-replace… #24

Open me-kell opened 9 years ago

me-kell commented 9 years ago

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.

A pull request has been created https://github.com/c10b10/wp-cli-deploy/pull/22.