Skip to content

Commit

Permalink
Fix production multisite database transformation example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 21, 2023
1 parent 4297add commit a8fe0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search_Replace_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Search_Replace_Command extends WP_CLI_Command {
* $ wp search-replace '\[foo id="([0-9]+)"' '[bar id="\1"' --regex --regex-flags='i'
*
* # Turn your production multisite database into a local dev database
* $ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs
* $ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs wp_site --network
*
* # Search/replace to a SQL file without transforming the database
* $ wp search-replace foo bar --export=database.sql
Expand Down

0 comments on commit a8fe0c2

Please sign in to comment.