From 1ea4ecad4d1046e97281949d933b799c23c3b74d Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Tue, 6 Feb 2024 07:43:20 -0800 Subject: [PATCH] [BUGS-7164] Umbrella more IC sites in search-replace known issues (#8860) * Umbrella more IC sites in search-replace known issues * put at the top too * Update source/content/guides/multisite/06-search-replace.md * spacing --- source/content/guides/multisite/06-search-replace.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/content/guides/multisite/06-search-replace.md b/source/content/guides/multisite/06-search-replace.md index cd198a75bf..88a9b884a8 100644 --- a/source/content/guides/multisite/06-search-replace.md +++ b/source/content/guides/multisite/06-search-replace.md @@ -23,6 +23,7 @@ You must have the following to enable Search and Replace: - A [WordPress Multisite](/guides/multisite). - A PHP version of 7.4 or later. +- The site is *not* using [Integrated Composer](/guides/integrated-composer). @@ -174,7 +175,7 @@ Sites configured for subdomain conversion will _only_ run the conversion step fr ## Known Issues -* WordPress Multisites that are using the WordPress (Composer Managed) upstream are currently unable to use Multisite Search and Replace. For those sites, we recommend setting the `search_replace` value to `false` and using WP-CLI via Terminus to perform the Search and Replace. See [Run WP-CLI `search-replace` Manually](/guides/multisite/workflows/#run-wp-cli-search-replace-manually) for more information. +* WordPress Multisites that are using [Integrated Composer](/guides/integrated-composer), such as the WordPress (Composer Managed) upstream, are currently unable to use Multisite Search and Replace. For those sites, we recommend setting the `search_replace` value to `false` and using WP-CLI via Terminus to perform the Search and Replace. See [Run WP-CLI `search-replace` Manually](/guides/multisite/workflows/#run-wp-cli-search-replace-manually) for more information. * When using the default Subdirectory search and replace, creating a new multidev with database and files pulled from the live environment will only search and replace the platform domain, i.e. `live-{site}.pantheonsite.io`. To search and replace the correct domain on your live site, immediately follow multidev creation with a database clone either through the dashboard or with Terminus, and select the correct domain as the "from" URL. We are working on handling this seamlessly in the future.