moodle-local_datacleaner
moodle-local_datacleaner copied to clipboard
Reduce, filter, and anonymize moodle data for non-prod environments
Hi, when testing the `php local/datacleaner/cli/clean.php --run` I noticed that configuration was completely ignored to get id to update. I had to change the line `$criteria = self::get_user_criteria(static::$options);` to `$config...
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...
Hi, This bug report is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. We have a Moodle...
Hi, This feature request is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. After (optionally) deleting really...
Hi, This feature request is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. We would like to...
Hi, This feature request is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may be superseded by recent commits here in Github. We would like to...
Hi, I would like to know what the core cleaner does in this plugin. This question is targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918 and may...