Changes between Version 3 and Version 4 of how-to/wordpress/change-site-url
- Timestamp:
- Oct 11, 2022, 3:37:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/wordpress/change-site-url
v3 v4 34 34 This example uses the {{{--dry-run}}} argument to test without making any real changes. Remove the {{{--dry-run}}} argument and run again to make those changes effective. 35 35 {{{ 36 siteuser@server:~/sitedomain.org/web$ wp search-replace --dry-run http://sitedomain.org https://sitedomain.org -- skip-columns=guid36 siteuser@server:~/sitedomain.org/web$ wp search-replace --dry-run http://sitedomain.org https://sitedomain.org --report-changed-only 37 37 }}} 38 38 … … 40 40 41 41 {{{ 42 siteuser@server:~/sitedomain.org/web$ wp search-replace --dry-run http://www.sitedomain.org https://sitedomain.org -- skip-columns=guid42 siteuser@server:~/sitedomain.org/web$ wp search-replace --dry-run http://www.sitedomain.org https://sitedomain.org --report-changed-only 43 43 }}} 44 44 45 45 {{{ 46 siteuser@server:~/sitedomain.org/web$ wp search-replace --dry-run http://oldsitedomain.org https://sitedomain.org -- skip-columns=guid46 siteuser@server:~/sitedomain.org/web$ wp search-replace --dry-run http://oldsitedomain.org https://sitedomain.org --report-changed-only 47 47 }}} 48 48