Actions
Feature #84072
closedTYPO3 DB caching tables should not be removed by DB compare
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2018-02-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
To add robustness and easy recoverability from temporary system failures, planned downtimes or configuration errors, I think the basic Caching DB tables (cf_cache_pages etc.) for the Database Backend should never be removed. That way it would be easier to switch back to Database Caching Backend without having to do a DB compare again.
Currently, the DB compare suggests to remove these tables (if something other than the default DB backend is configured). I never do that but an overzealous admin might.
Actions