Closed superdav42 closed 6 years ago
Hi @superdav42 yes you are right. I am aware of that but I did not fix it yet. Var should not be shared but some folders inside need it. I am gonna add a fix next week for that.
Regarding the _cache
why are you executing deploy:mode:set production
? That should not be needed. The reason why this folder is shared is here:
@superdav42 fix has been added in version 2.0
, please let me know if you still have issues
I managed to reproduce this issue and add a PR that fixes it. It should be available soon.
Fixed in version 2.1
In recipe/magento_2_1.php shared_dirs are set as:
Seems like it the media folder should be the only shared dir. Commands like
fail when pub/static/_cache is a symlink and I see no advantage to making it a shared dir.
Also I would think /var shouldn't be a shared dir as any cache clearing or setting in one release would affect all the others causing all possible problems with version mismatches.