Problem/Motivation

Currently Acquia customers are being urged to upgrade to 4.x of Search API Solr, which is incompatible with the current search offering. This is causing customer pain when updating to Drupal 9.

Steps to reproduce

Install the module, see the warnings.

Proposed resolution

Change the acquia search part of the install to indicate that Acquia support will maintain LTS support for 1.x.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

japerry created an issue. See original summary.

japerry’s picture

Status: Active » Needs review
FileSize
1.93 KB
mkalkbrenner’s picture

+++ b/search_api_solr.install
@@ -27,16 +35,6 @@ function search_api_solr_requirements($phase) {
-    elseif (\Drupal::moduleHandler()->moduleExists('acquia_search')) {
-      if (strtotime('15 October 2020') < time()) {

That was the communication we agreed on back in February 2020.

mkalkbrenner’s picture

FileSize
2.23 KB

I think that this patch better reflects the current situation.

  • mkalkbrenner committed e9e2dcb on 8.x-1.x
    Issue #3181135 by japerry, mkalkbrenner: Change EOL messaging for 8.x-1....
mkalkbrenner’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.