Closed
Description
Preconditions and environment
- Magento version 2.4.6-p9
- Anything else that would help a developer reproduce the bug
Steps to reproduce
- Change params in env.php file
- go to frontend and view error : execute command line "app:config:import"
- go to command line and execute the command "app:config:import"
- review in the database the values are change with env.php file
- In database not view the changes
- in app:config:dump the changes are applied
Expected result
Update the system value in database
Actual result
No view changes in database
Additional information
Example System section in env.php
'system' => [
'default' => [
'catalog' => [
'search' => [
'engine' => 'opensearch',
'opensearch_server_hostname' => 'localhost',
'opensearch_server_port' => '9200',
'opensearch_index_prefix' => 'magento2',
'opensearch_enable_auth' => '0',
'opensearch_server_timeout' => '15'
]
],
'web' => [
'url' => [
'use_store' => 0
],
'unsecure' => [
'base_url' => 'https://my-domain.de/de/',
'base_link_url' => '{{unsecure_base_url}}',
],
'secure' => [
'base_url' => 'https://my-domain.de/de/',
'base_link_url' => '{{secure_base_url}}'
]
]
]
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.