Skip to content

Commit

Permalink
Umbrella more IC sites in search-replace known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Feb 5, 2024
1 parent e1f0838 commit 7ccfc95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/content/guides/multisite/06-search-replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,12 @@ 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, 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.
## More Resources
- [Pantheon YAML Configuration Files](/pantheon-yml)

0 comments on commit 7ccfc95

Please sign in to comment.