diff --git a/source/content/guides/multisite/06-search-replace.md b/source/content/guides/multisite/06-search-replace.md index 88a9b884a8a..87cfa0a74b8 100644 --- a/source/content/guides/multisite/06-search-replace.md +++ b/source/content/guides/multisite/06-search-replace.md @@ -179,6 +179,8 @@ Sites configured for subdomain conversion will _only_ run the conversion step fr * 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. +* When WordPress Multisite Search and Replace runs, your application filesystem is never mounted. This means that if you have files in the filesystem that are required for some operations to run (e.g. to load secrets from the filesystem), these Search and Replace operations will fail. If you are looking for ways to solve the issue with requiring secrets, you can express interest in the [Secrets Management Early Access Program](https://docs.google.com/forms/d/e/1FAIpQLSdMqVKts_5607LFIX9Oyq-2El04kN40vFYefuzFJoy-byZwfw/viewform) and use the new [Terminus Secrets Manager Plugin](https://github.com/pantheon-systems/terminus-secrets-manager-plugin). + ## More Resources - [Pantheon YAML Configuration Files](/pantheon-yml)