Hi,
is there a chance of getting the data retention settings to work, if not using Enterprise edition?
They are active here like:
"DataRetentionSettings": {
"EnableMessageDeletion": true,
"EnableFileDeletion": true,
"MessageRetentionDays": 5,
"FileRetentionDays": 5,
"DeletionJobStartTime": "02:00"
},
but are not working.
Is there any possibility for non enterprise users to implement this behaviour via another approach?
At the moment I use the SQL-Command: TRUNCATE TABLE posts
for this. It works, but isn’t it a little bit “hardcore”
Thanks!