You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If enableTemplateCaching is set to false then clearing the template caches from the utilities section doesn't actually clear the DB records.
This means that we are unable to clear the template caches in our dev environment before uploading the DB to our other environments without first setting enableTemplateCaching to true
Steps to reproduce
Set enableTemplateCaching to true
Trigger template cache records to be stored
Set enableTemplateCaching to false
Clear template caches from 'Utilities' > 'Clear Caches'
Records still exist in the DB even though the frontend shows the process was successful
Additional info
Craft version: 3.0.21
The text was updated successfully, but these errors were encountered:
Description
If
enableTemplateCaching
is set tofalse
then clearing the template caches from the utilities section doesn't actually clear the DB records.This means that we are unable to clear the template caches in our dev environment before uploading the DB to our other environments without first setting
enableTemplateCaching
totrue
Steps to reproduce
enableTemplateCaching
totrue
enableTemplateCaching
tofalse
Additional info
The text was updated successfully, but these errors were encountered: