Skip to content

Disable redis related operations from scripts

Carina Antunes requested to merge crdeoliv-v10.1-1-fix-easy-start-flow into v10.1-1

Since Drupal 10, redis is no longer packaged in the CERN Drupal Distribution. This MR disables all redis related operations from scripts, in order to allow fixing the Easy Start Profile flow

Ensure site install would fail with

+ '[' 0 -ne 0 ]
+ /operations/enable-or-disable-redis.sh
ENABLE_REDIS is false, but Redis module enabled.
Therefore uninstalling redis module.
In PmCommands.php line 177:
The following module(s) are not installed: redis. No modules to uninstall.

Check list to complete before assigning a MR to someone:

  • Link related issues on Related Issues;
  • Update documentation;
  • Comment relevant changes, why/what lead us to make this change;
  • Review at least once you own MR;
  • Tests green;

Related issues:

  • X
Edited by Carina Antunes

Merge request reports