Add way to skip certain rows in config table

Created on 3 January 2024, 6 months ago
Updated 6 February 2024, 5 months ago

Many modules store config in the config table. When copying the db between certain environments it may be of benefit to skip certain rows.

e.g.

for search api some setting can be overridden in config:

$config['search_api.server.server_id']['backend_config']['connector_config']['host'] = 'hostfromsettings';
$config['search_api.server.server_id']['backend_config']['connector_config']['core'] = 'corefromsettings';

https://www.drupal.org/project/search_api/issues/2796391#comment-15382327 πŸ’¬ Override search api connection settings on an environment basis Fixed

So i am thinking in this case it might be desirable to skip any config for search_api when switching between environments as this overrides local settings that likely point to a different solr instance.

✨ Feature request
Status

Active

Version

5.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom 2dareis2do

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024