diff --git a/setup/file_permissions.rst b/setup/file_permissions.rst index 55a5c49d22d..d29b1443830 100644 --- a/setup/file_permissions.rst +++ b/setup/file_permissions.rst @@ -9,7 +9,9 @@ was writable. But that is no longer true! In Symfony 4, everything works automat * In the ``prod`` environment (i.e. when ``APP_ENV`` is ``prod`` and ``APP_DEBUG`` is ``0``), as long as you run ``php bin/console cache:warmup``, no cache files - will need to be written to disk at runtime. + will need to be written to disk at runtime. An exception to this is any type of + runtime cache, for example a query result cache or DoctrineCacheBundle with a + file_system cache provider configured. * In all environments, the log directory (``var/log/`` by default) must exist and be writable by your web server user and terminal user. One way this can