Skip to content

[Issue] Status of cache types changed after running setup:upgrade #29588

@m2-assistant

Description

@m2-assistant

This issue is automatically created based on existing pull request: #28191: Status of cache types changed after running setup:upgrade


Description (*)

Fixed the issue that running bin/magento setup:upgrade re-enables layout, block_html and full_page caches.

Related Pull Requests

NA

Manual testing scenarios (*)

  1. Disable cache types layout, block_html and full_page by running bin/magento cache:disable block_html full_page layout.
  2. Run bin/magento s:up.
  3. Enabling caches message displays in cli output and layout, block_html and full_page caches are enabled.
  4. Expected result is those cache types should be disabled.

Enabling caches: Current status: Array ( [layout] => 1 [block_html] => 1 [full_page] => 1 )

Questions or comments

NA

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

Metadata

Metadata

Labels

Component: SetupIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedPriority: P3May be fixed according to the position in the backlog.Progress: PR in progressSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaround.duplicate

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions