Tomasz Muras
Tomasz Muras
logstore_standard is clened in /cleaner/logstore_standard/classes/clean.php . We could add cleaning more log tables, including Totara ones, e.g.: * mdl_prog_completion_log * mdl_totara_sync_log * mdl_upgrade_log Maybe logstore_standard should be renamed into more...
mdl_sessions table can be cleaned as well, the existing deletion is just from %sessions_% tables: https://github.com/catalyst/moodle-local_datacleaner/blob/master/cleaner/core/classes/clean.php#L64
Data in extra user profile fields is not cleaned. I would suggest to do something simple - e.g. just delete all the extra data with equivalent of: TRUNCATE mdl_user_info_data; This...