From 3341fa047463dbd92dfdf8ff64d43c6673228fdc Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Wed, 13 Nov 2024 21:59:47 -0800 Subject: [PATCH 01/12] [Jeli 93] Solr 8.1.x pre-release --- .../2024-11-14-solr-module-8-1-x.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 source/releasenotes/2024-11-14-solr-module-8-1-x.md diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md new file mode 100644 index 0000000000..6ca311657e --- /dev/null +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -0,0 +1,47 @@ +--- +title: Search API Pantheon 8.1.x Release +published_date: "2024-11-14" +categories: [drupal, action-required] +--- + +## Critical Fix: Solr Core Reload Functionality + +This release addresses a critical issue where Solr cores were not automatically reloading after schema updates, leading to schema reversions, search index corruption, and potential site downtime. The update implements automatic core reloading to maintain search index integrity. + +### Impact of Previous Behavior + +* Unexpected schema reversions causing search functionality to break +* Search index corruption requiring manual intervention +* Site downtime due to failed search integrations +* Loss of custom schema configurations +* Potential data loss in search indexes + +### Key Changes +* Implements automatic core reload after schema updates +* Adds core reload functionality through both UI and Drush commands +* Improves error handling during schema updates +* Introduces new Drush command search-api-pantheon:postSchema + +### Installation + +``` shell +composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' +``` + +### Schema updates can be performed via: +* Admin Dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` +* Drush: `drush search-api-pantheon:postSchema` + +### Known Limitations + +* The `drush search-api-solr:reload` command does not yet trigger the new reload functionality +* This is a pre-release version while we continue testing and stability improvements + +### Recommendations + +* Immediate upgrade recommended for sites experiencing schema reversion issues +* Test the update in a non-production environment first +* Monitor search functionality after schema updates +* Report any issues through the issue queue on the official github repository: +https://github.com/pantheon-systems/search_api_pantheon/issues + From 156e0bc319106ce806853234d5fe15cd20d13504 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Wed, 13 Nov 2024 22:09:37 -0800 Subject: [PATCH 02/12] use link --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 6ca311657e..9d09d9252e 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -42,6 +42,4 @@ composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' * Immediate upgrade recommended for sites experiencing schema reversion issues * Test the update in a non-production environment first * Monitor search functionality after schema updates -* Report any issues through the issue queue on the official github repository: -https://github.com/pantheon-systems/search_api_pantheon/issues - +* Report any issues through the issue queue on the [official github repository](https://github.com/pantheon-systems/search_api_pantheon/issues) From 36ad8ff4cc1eac2b62856b3e01cae9949b457be6 Mon Sep 17 00:00:00 2001 From: Ingrid <148255657+IngridKwok@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:00:09 -0800 Subject: [PATCH 03/12] Update 2024-11-14-solr-module-8-1-x.md --- .../2024-11-14-solr-module-8-1-x.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 9d09d9252e..c95a90a310 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -1,14 +1,14 @@ --- -title: Search API Pantheon 8.1.x Release +title: Search API Pantheon 8.1.x release published_date: "2024-11-14" categories: [drupal, action-required] --- -## Critical Fix: Solr Core Reload Functionality +## Critical fix: Solr core reload functionality -This release addresses a critical issue where Solr cores were not automatically reloading after schema updates, leading to schema reversions, search index corruption, and potential site downtime. The update implements automatic core reloading to maintain search index integrity. +This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. The update implements automatic core reloading to maintain search index integrity. -### Impact of Previous Behavior +### Impact of previous behavior * Unexpected schema reversions causing search functionality to break * Search index corruption requiring manual intervention @@ -16,11 +16,11 @@ This release addresses a critical issue where Solr cores were not automatically * Loss of custom schema configurations * Potential data loss in search indexes -### Key Changes -* Implements automatic core reload after schema updates -* Adds core reload functionality through both UI and Drush commands -* Improves error handling during schema updates -* Introduces new Drush command search-api-pantheon:postSchema +### Key changes +* Automatic core reload after schema updates +* Core reload functionality accessible through both UI and Drush commands +* Enhanced error handling during schema updates +* New Drush command search-api-pantheon:postSchema ### Installation @@ -29,10 +29,10 @@ composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' ``` ### Schema updates can be performed via: -* Admin Dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` +* Admin dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` * Drush: `drush search-api-pantheon:postSchema` -### Known Limitations +### Known limitations * The `drush search-api-solr:reload` command does not yet trigger the new reload functionality * This is a pre-release version while we continue testing and stability improvements @@ -42,4 +42,4 @@ composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' * Immediate upgrade recommended for sites experiencing schema reversion issues * Test the update in a non-production environment first * Monitor search functionality after schema updates -* Report any issues through the issue queue on the [official github repository](https://github.com/pantheon-systems/search_api_pantheon/issues) +* Report any issues via the issue queue on the [official github repository](https://github.com/pantheon-systems/search_api_pantheon/issues) From d7e96e6ea8ed7558be178faecbd57f9ed7ff8e05 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 11:19:47 -0600 Subject: [PATCH 04/12] editing solr release note --- .../2024-11-14-solr-module-8-1-x.md | 47 +++++++++++-------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index c95a90a310..2e0c66cbab 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -1,45 +1,54 @@ --- -title: Search API Pantheon 8.1.x release +title: Fix to Solr cores incident being tested in Search API Pantheon 8.1.x published_date: "2024-11-14" categories: [drupal, action-required] --- -## Critical fix: Solr core reload functionality -This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. The update implements automatic core reloading to maintain search index integrity. +The [development branch](https://github.com/pantheon-systems/search_api_pantheon/tree/8.1.x) of our Drupal module [Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/) now contains a likely fix for an [ongoing performance and schema issue with Solr cores](https://status.pantheon.io/incidents/rv8bw0v6rbjy). +We are actively testing this fix. +We will release the next version of the module when we are confident is will resolve most or all issues customers are experiencing. +Teams who have experience Solr core reversions should try the dev branch of Search API Pantheon in a Multidev (or Dev) environment to confirm the fix by following the instructions below. -### Impact of previous behavior +## Critical fix: Solr core reload functionality -* Unexpected schema reversions causing search functionality to break -* Search index corruption requiring manual intervention -* Site downtime due to failed search integrations -* Loss of custom schema configurations -* Potential data loss in search indexes +This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. The update implements automatic core reloading to maintain search index integrity. -### Key changes +### Key fixes already in development branch * Automatic core reload after schema updates * Core reload functionality accessible through both UI and Drush commands * Enhanced error handling during schema updates * New Drush command search-api-pantheon:postSchema -### Installation +### Remaining work prior to formally tagg the next release of Search API Pantheon +* Confirm with a larger set of customers that these updates resolves their issues +* Get the pre-existing `drush search-api-solr:reload` command to trigger the new reload functionality + +### Installation of development branch + +You can switch from the stable release currently (`8.1.10`) to the development branch by running the following command: ``` shell composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' ``` ### Schema updates can be performed via: + +After installing the development branch of Search API Pantheon, please perform a schema update to test the automatic core reload functionality within a non-live environment. + +Do so via: + * Admin dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` * Drush: `drush search-api-pantheon:postSchema` -### Known limitations +After performing the schema update, monitor the search functionality to ensure that the core reloads automatically and that the search index remains intact. -* The `drush search-api-solr:reload` command does not yet trigger the new reload functionality -* This is a pre-release version while we continue testing and stability improvements +Report any issues via the issue queue on the module's [GitHub repository](https://github.com/pantheon-systems/search_api_pantheon/issues) -### Recommendations +### Additional follow-up -* Immediate upgrade recommended for sites experiencing schema reversion issues -* Test the update in a non-production environment first -* Monitor search functionality after schema updates -* Report any issues via the issue queue on the [official github repository](https://github.com/pantheon-systems/search_api_pantheon/issues) +After these fixes are confirmed in the development branch and `8.1.11` is released, you should you can switch back to the stable releases in Composer by running the following command: + +``` shell +composer require 'drupal/search_api_pantheon:^8.1' +``` From 319789f1adc983824dd2471246b2cdef094e02b0 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:31:08 -0600 Subject: [PATCH 05/12] changing release note for 8.2.0 --- .../2024-11-14-solr-module-8-1-x.md | 27 +++++++------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 2e0c66cbab..31a416f622 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -1,35 +1,29 @@ --- -title: Fix to Solr cores incident being tested in Search API Pantheon 8.1.x +title: Version 8.2.0 of Search API Pantheon module released to address performance and Solr ore schema issues published_date: "2024-11-14" categories: [drupal, action-required] --- -The [development branch](https://github.com/pantheon-systems/search_api_pantheon/tree/8.1.x) of our Drupal module [Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/) now contains a likely fix for an [ongoing performance and schema issue with Solr cores](https://status.pantheon.io/incidents/rv8bw0v6rbjy). -We are actively testing this fix. -We will release the next version of the module when we are confident is will resolve most or all issues customers are experiencing. -Teams who have experience Solr core reversions should try the dev branch of Search API Pantheon in a Multidev (or Dev) environment to confirm the fix by following the instructions below. +Version 8.2.0 of our Drupal module [Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/) has been released to address [performance and schema issue with Solr cores](https://status.pantheon.io/incidents/rv8bw0v6rbjy). +We recommend updating immediately and checking the behavior of your site in a Dev or Multidev environment prior to deploy to Test or Live environments. ## Critical fix: Solr core reload functionality -This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. The update implements automatic core reloading to maintain search index integrity. +This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. +`8.2.0` implements automatic core reloading to maintain search index integrity. -### Key fixes already in development branch +### Key improvements in 8.2.0 * Automatic core reload after schema updates * Core reload functionality accessible through both UI and Drush commands * Enhanced error handling during schema updates -* New Drush command search-api-pantheon:postSchema -### Remaining work prior to formally tagg the next release of Search API Pantheon -* Confirm with a larger set of customers that these updates resolves their issues -* Get the pre-existing `drush search-api-solr:reload` command to trigger the new reload functionality +### Updating Search API Pantheon via Composer -### Installation of development branch - -You can switch from the stable release currently (`8.1.10`) to the development branch by running the following command: +Depending on the strictness of your Composer constraints you may get `8.2.0` just by running `composer update`. If you do not, you can specify the version with: ``` shell -composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' +composer require 'drupal/search_api_pantheon:^8.2' ``` ### Schema updates can be performed via: @@ -49,6 +43,3 @@ Report any issues via the issue queue on the module's [GitHub repository](https: After these fixes are confirmed in the development branch and `8.1.11` is released, you should you can switch back to the stable releases in Composer by running the following command: -``` shell -composer require 'drupal/search_api_pantheon:^8.1' -``` From a88785acd10519a46a559266b83b5bff04db4aad Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:34:39 -0600 Subject: [PATCH 06/12] changing release note for 8.2.0 --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 31a416f622..61464d77ae 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -1,12 +1,11 @@ --- -title: Version 8.2.0 of Search API Pantheon module released to address performance and Solr ore schema issues +title: Version 8.2.0 of Search API Pantheon module released to address performance and Solr core schema issues published_date: "2024-11-14" categories: [drupal, action-required] --- - Version 8.2.0 of our Drupal module [Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/) has been released to address [performance and schema issue with Solr cores](https://status.pantheon.io/incidents/rv8bw0v6rbjy). -We recommend updating immediately and checking the behavior of your site in a Dev or Multidev environment prior to deploy to Test or Live environments. +We recommend updating to `8.2.0` and checking the behavior of your site in a Dev or Multidev environment prior to deploying to Test or Live environments. ## Critical fix: Solr core reload functionality @@ -38,8 +37,3 @@ Do so via: After performing the schema update, monitor the search functionality to ensure that the core reloads automatically and that the search index remains intact. Report any issues via the issue queue on the module's [GitHub repository](https://github.com/pantheon-systems/search_api_pantheon/issues) - -### Additional follow-up - -After these fixes are confirmed in the development branch and `8.1.11` is released, you should you can switch back to the stable releases in Composer by running the following command: - From 1cea16c86fe6a875f009e3f74dd086b4f8246b31 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:38:06 -0600 Subject: [PATCH 07/12] updating drush command --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 61464d77ae..52bf5c72bd 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -32,7 +32,7 @@ After installing the development branch of Search API Pantheon, please perform a Do so via: * Admin dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` -* Drush: `drush search-api-pantheon:postSchema` +* Terminus and Drush: `terminus drush . search-api-pantheon:postSchema` After performing the schema update, monitor the search functionality to ensure that the core reloads automatically and that the search index remains intact. From 015ca9515055808c58605c6805303f1675061185 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:40:27 -0600 Subject: [PATCH 08/12] linking drush --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 52bf5c72bd..3bcf5ebee5 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -32,7 +32,7 @@ After installing the development branch of Search API Pantheon, please perform a Do so via: * Admin dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` -* Terminus and Drush: `terminus drush . search-api-pantheon:postSchema` +* [Terminus and Drush](https://docs.pantheon.io/terminus/commands/remote-drush): `terminus drush . search-api-pantheon:postSchema` After performing the schema update, monitor the search functionality to ensure that the core reloads automatically and that the search index remains intact. From 9cbb2e56e8b9e2b916eee3343fb69698e284cd34 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:45:57 -0600 Subject: [PATCH 09/12] removing duplicate phrase --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 3bcf5ebee5..443fd4d4f3 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -25,7 +25,7 @@ Depending on the strictness of your Composer constraints you may get `8.2.0` jus composer require 'drupal/search_api_pantheon:^8.2' ``` -### Schema updates can be performed via: +### Schema updates: After installing the development branch of Search API Pantheon, please perform a schema update to test the automatic core reload functionality within a non-live environment. From db040ea7094dd5405fd52a8420c8a6ae1eb2cf6c Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:48:54 -0600 Subject: [PATCH 10/12] phrase fix --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index 443fd4d4f3..fa05e9d5f1 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -25,9 +25,9 @@ Depending on the strictness of your Composer constraints you may get `8.2.0` jus composer require 'drupal/search_api_pantheon:^8.2' ``` -### Schema updates: +### Schema updates -After installing the development branch of Search API Pantheon, please perform a schema update to test the automatic core reload functionality within a non-live environment. +After installing `8.2.0` of Search API Pantheon, please perform a schema update to test the automatic core reload functionality within a non-live environment. Do so via: From 705c9190ac71ee1edda04f9d50d2c82031c1c875 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 15:51:13 -0600 Subject: [PATCH 11/12] linebreaks --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index fa05e9d5f1..d312da5de9 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -8,7 +8,6 @@ Version 8.2.0 of our Drupal module [Search API Pantheon](https://github.com/pant We recommend updating to `8.2.0` and checking the behavior of your site in a Dev or Multidev environment prior to deploying to Test or Live environments. ## Critical fix: Solr core reload functionality - This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. `8.2.0` implements automatic core reloading to maintain search index integrity. @@ -18,7 +17,6 @@ This release addresses a critical issue where Solr cores did not automatically r * Enhanced error handling during schema updates ### Updating Search API Pantheon via Composer - Depending on the strictness of your Composer constraints you may get `8.2.0` just by running `composer update`. If you do not, you can specify the version with: ``` shell @@ -26,7 +24,6 @@ composer require 'drupal/search_api_pantheon:^8.2' ``` ### Schema updates - After installing `8.2.0` of Search API Pantheon, please perform a schema update to test the automatic core reload functionality within a non-live environment. Do so via: From e04d17158348a002524c5100afcbad13e4fcd319 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Thu, 14 Nov 2024 16:03:26 -0600 Subject: [PATCH 12/12] fixes from Scott --- source/releasenotes/2024-11-14-solr-module-8-1-x.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source/releasenotes/2024-11-14-solr-module-8-1-x.md b/source/releasenotes/2024-11-14-solr-module-8-1-x.md index d312da5de9..79a02df85e 100644 --- a/source/releasenotes/2024-11-14-solr-module-8-1-x.md +++ b/source/releasenotes/2024-11-14-solr-module-8-1-x.md @@ -4,8 +4,9 @@ published_date: "2024-11-14" categories: [drupal, action-required] --- -Version 8.2.0 of our Drupal module [Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/) has been released to address [performance and schema issue with Solr cores](https://status.pantheon.io/incidents/rv8bw0v6rbjy). -We recommend updating to `8.2.0` and checking the behavior of your site in a Dev or Multidev environment prior to deploying to Test or Live environments. +Version 8.2.0 of our Drupal module [Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/) has been released to address [performance and schema issues with Solr cores](https://status.pantheon.io/incidents/rv8bw0v6rbjy). + +Update to `8.2.0` and check the behavior of your site in a Dev or Multidev environment prior to deploying to Test or Live environments. ## Critical fix: Solr core reload functionality This release addresses a critical issue where Solr cores did not automatically reload after schema updates, leading to schema reversions, search index corruption, and potential site downtime. @@ -24,13 +25,11 @@ composer require 'drupal/search_api_pantheon:^8.2' ``` ### Schema updates -After installing `8.2.0` of Search API Pantheon, please perform a schema update to test the automatic core reload functionality within a non-live environment. - -Do so via: +After installing `8.2.0` of Search API Pantheon, please perform a schema update within a non-live environment via one of the following methods: * Admin dashboard: `/admin/config/search/search-api/server/pantheon_solr8/pantheon-admin/schema` * [Terminus and Drush](https://docs.pantheon.io/terminus/commands/remote-drush): `terminus drush . search-api-pantheon:postSchema` -After performing the schema update, monitor the search functionality to ensure that the core reloads automatically and that the search index remains intact. +After performing the schema update in the non-live environment, check the search functionality to ensure it is working as expected. If it is, deploy the changes Test and Live environments and repeat the schema update there. -Report any issues via the issue queue on the module's [GitHub repository](https://github.com/pantheon-systems/search_api_pantheon/issues) +Report any issues to [Pantheon Support](https://pantheon.io/support).