Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 596 Bytes

2023-09-06-fix-cache-clear-in-cluster-setups.md

File metadata and controls

12 lines (11 loc) · 596 Bytes
title issue
Fix cache clear in cluster setups
NEXT-30352

Core

  • Added new shopware.deployment.cluster_setup config option
  • Changed \Shopware\Core\Framework\Adapter\Cache\CacheClearer to use shopware.deployment.cluster_setup config option and not clear filesystem caches on cluster deployments

Upgrade Information

Cluster setup configuration

There is a new configuration option shopware.deployment.cluster_setup which is set to false by default. If you are using a cluster setup, you need to set this option to true in your config/packages/shopware.yaml file.