Hi,
Updating a project from 2.1.x to 2.3. Running into an weird issue where 'compiled_config' cache won't disabled. Tried disabling via cli with
php bin/magento cache:disable compiled_config
and it will output
Changed cache status: compiled_config: 1 -> 0
But the cache will turn right back on.
Also tried to disable through env.php and it will turn right back on as well.
Not seeing anything related in Magento logs. All other caches will disable.
Anyone know where to look or how to resolve this?
Hello @Just_Andy
are you running any command after you disabled it?
make sure right permission for env.php
Hope it will help you, if works then mark as a solution.
Hello @Just_Andy
It seems Magento core open issue: https://github.com/magento/magento2/issues/23133
Please check shared link.
Hi @Sunil Patel,
It re-enables right away without any action taken on my part. File permission on env.php looks fine.
Thank, @Manish Mittal .