Changes between Version 3 and Version 4 of how-to/wordpress/change-site-url


Ignore:
Timestamp:
Oct 11, 2022, 3:37:59 PM (3 years ago)
Author:
JaimeV
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/wordpress/change-site-url

    v3 v4  
    3434This 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.
    3535{{{
    36 siteuser@server:~/sitedomain.org/web$  wp search-replace --dry-run http://sitedomain.org https://sitedomain.org --skip-columns=guid
     36siteuser@server:~/sitedomain.org/web$  wp search-replace --dry-run http://sitedomain.org https://sitedomain.org --report-changed-only
    3737}}}
    3838
     
    4040
    4141{{{
    42 siteuser@server:~/sitedomain.org/web$  wp search-replace  --dry-run  http://www.sitedomain.org https://sitedomain.org --skip-columns=guid
     42siteuser@server:~/sitedomain.org/web$  wp search-replace  --dry-run  http://www.sitedomain.org https://sitedomain.org --report-changed-only
    4343}}}
    4444
    4545{{{
    46 siteuser@server:~/sitedomain.org/web$  wp search-replace  --dry-run  http://oldsitedomain.org https://sitedomain.org --skip-columns=guid
     46siteuser@server:~/sitedomain.org/web$  wp search-replace  --dry-run  http://oldsitedomain.org https://sitedomain.org --report-changed-only
    4747}}}
    4848