File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222# You can check the configuration with the "--config" option
2323#
2424
25+ LOCAL :
26+ mysql :
27+ # docker-compose: mysql
28+ # docker: mysql-container
29+ # hostname: localhost
30+ # port: 3306
31+ # username: foo
32+ # password: bar
33+
2534GLOBAL :
2635 # # MYSQL
2736 mysql :
2837 # mysql connection
2938 hostname : localhost
3039
31- # MySQL predefined blacklist filter for typo3 (eg. no caching tables)
32- blacklist : typo3
40+ # MySQL predefined filter for typo3 (eg. no caching tables)
41+ filter : typo3
3342
34- # MySQL custom blacklist filter (preg_match)
35- # blacklist :
43+ # MySQL custom filter (preg_match)
44+ # filter :
3645 # - "/^cachingframework_.*/i"
3746 # - "/^cf_.*/i"
3847 # - "/^cache_.*/i"
3948 # - "/^index_.*/i"
4049 # - "/^sys_log$/i"
4150 # - "/^sys_history$/i"
4251 # - "/^tx_extbase_cache.*/i"
43- # - "/^tx_extensionmanager_domain_model_extension.*/i"
44-
45- # MySQL custom whitelist filter (preg_match)
46- # whitelist:
47- # - "/^pages.*/i"
48- # - "/^tx_news.*/i"
49- # - "/^sys_category.*/i"
50- # - "/^sys_file.*/i"
5152
5253 # Transfer compression (none if empty, bzip2 or gzip)
5354 compression : bzip2
@@ -62,7 +63,6 @@ GLOBAL:
6263 workdir : " "
6364
6465 # Additional options ("-rlptD --delete-after --progress --human-readable" is already set)
65- # Example: local macOS and remote Linux: " --iconv=UTF8-MAC,UTF8"
6666 opts : " "
6767
6868 # exclude list/patterns for files and directories
You can’t perform that action at this time.
0 commit comments