Skip to content

Commit 354e4ec

Browse files
committed
[TASK][BREAKING] Remove some tables from dump exclude. They can affect size of backups and GDPR. Tables removed from exclude: 'sys_history', 'sys_log', 'tx_powermail_domain_model_mail', 'tx_powermail_domain_model_answer'. If needed they should be included on higher level custom package.
1 parent 6c99512 commit 354e4ec

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
---------
44

5+
0.0.8
6+
-----
7+
8+
1) [TASK][BREAKING] Remove some tables from dump exclude. They can affect size of backups and GDPR.
9+
Tables removed from exclude: 'sys_history', 'sys_log', 'tx_powermail_domain_model_mail', 'tx_powermail_domain_model_answer'.
10+
If needed they should be included on higher level custom package.
11+
512
0.0.7
613
-----
714

deployer/default/set.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@
2929
'fe_sessions',
3030
'fe_session_data',
3131
'sys_file_processedfile',
32-
'sys_history',
33-
'sys_log',
3432
'sys_refindex',
3533
'tx_devlog',
3634
'tx_extensionmanager_domain_model_extension',
37-
'tx_powermail_domain_model_mail',
38-
'tx_powermail_domain_model_answer',
3935
'tx_solr_.*',
4036
'tx_crawler_queue',
4137
'tx_crawler_process',

0 commit comments

Comments
 (0)