-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Hi,
I have a problem in production, it check for write permission on "cache/aspect" folder. And it doesn't have the right... it fails (event if the cache:warmup was already done).
This shouldn't happen as the entire "cache" should be written by "cache:warmup".
Steps to reproduce:
- Run as root php ./bin/console cache:clear -e=prod
- Run as www-data any other command (make sure you still do -e=prod )