moodle-local_datacleaner
moodle-local_datacleaner copied to clipboard
Reduce, filter, and anonymize moodle data for non-prod environments
This recent commit: https://github.com/catalyst/moodle-local_datacleaner/commit/155adac527f0ec17d2a6b368a564e3da1bb49d44 Modified file permissions when it shouldn't have. We need to change this back to 644 for the install.xml file and 755 for the db directory.
If you force a setting like a password this is now hidden in core. We don't easily know in the matix what the type of the admin setting is, so...
At the moment you can only search for existing admin settings in the matrix cleaner and then add them if they exist. There are two use cases where this doesn't...
Should the **user clean** option also dump records from other tables? I noticed data still in `stats_user_daily`, `stats_user_weekly`, `stats_user_monthly`, `user_lastaccess`, `use_preferences`, With clean completion enabled, I noticed user records in...
https://docs.moodle.org/dev/XMLDB_column_types Include 'longtext' and 'mediumtext' for mysql.
There is a large variety of tables that we want to restore the schema of, but not the data. Depending on the DB we can do this outside the moodle...
pix_url is deprecated. Use image_url for images and pix_icon for icons.
Hi, Totara version: 9.8 Totara build: '20170621.00' which relates to Moodle version: 2015111610.00 Moodle release = '3.0.10 (Build: 20170508)' PHP: 5.5 OS: Linux DB: Postgres Unit tests for Totara are...
Hi, This problem 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. If you reset a...
Hi, I have some concerns about the handling of the original wwwroot setting in this plugin. These concerns are targeted at the latest version of the plugin published on https://moodle.org/plugins/pluginversion.php?id=12918...