Skip to content

app:config:import not works in 2.4.6-p9 #39858

Closed
@gdecaceresrES

Description

@gdecaceresrES

Preconditions and environment

  • Magento version 2.4.6-p9
  • Anything else that would help a developer reproduce the bug

Steps to reproduce

  1. Change params in env.php file
  2. go to frontend and view error : execute command line "app:config:import"
  3. go to command line and execute the command "app:config:import"
  4. review in the database the values are change with env.php file
  5. In database not view the changes
  6. 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”.

Metadata

Metadata

Assignees

Labels

Issue: ready for confirmationReported on 2.4.6-p9Indicates original Magento version for the Issue report.Triage: Dev.ExperienceIssue related to Developer Experience and needs help with Triage to Confirm or Reject it

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions