From bfb5c523d172608cc802a7efa3af8d6c4ed396bb Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Thu, 14 Mar 2024 15:31:50 -0600 Subject: [PATCH] [CMSP-919] Add known issue about no filesystem in wpms search replace (#8891) * add known issue about no filesystem * Fix my brain pls. Co-authored-by: Phil Tyler --------- Co-authored-by: Phil Tyler --- source/content/guides/multisite/06-search-replace.md | 2 ++ 1 file changed, 2 insertions(+) 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)