[BUGFIX] Use correct type for cache compression setting in install tool
The DatabaseCachePreset now sets options/compression to `true` instead of 1. This is necessary because the option is of type boolean in the backend code. This fails hard if the backend is validating the option, like the Redis backend does. Resolves: #93767 Releases: master, 10.4 Change-Id: I8db3bebfa73b80e0d2e9d0a062183cd3f7cc36d1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68493 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
Please register or sign in to comment