Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Cleanup.

Cleanup: Difference between revisions

From MoodleDocs
m (French link)
(disable grade history, grade history lifetime)
Line 14: Line 14:


Moodle keeps extensive logs of user activity. Eventually, however, the logs will become so large that they begin to clog your server. Limiting the length of time logs are kept for will reduce database table size. Generally, a year is enough time to keep logs for.
Moodle keeps extensive logs of user activity. Eventually, however, the logs will become so large that they begin to clog your server. Limiting the length of time logs are kept for will reduce database table size. Generally, a year is enough time to keep logs for.
==Disable grade history==
{{Moodle 1.9}}In Moodle 1.9 onwards, history tracking of changes in grades-related tables may be disabled by checking the ''disablegradehistory'' box.
==Grade history lifetime==
In Moodle 1.9 onwards, the length of time that the history of changes in grade-related tables is kept may be set (from 30 days to never).


==See also==
==See also==

Revision as of 16:01, 15 July 2008

Location: Administration > Server > Cleanup


Unsubscribe users from courses after

To help keep lists of participants up-to-date, you can tell Moodle to unenrol any student who hasn't logged in for a certain amount of time. Be sure to keep this time long enough so students aren't unenrolled accidentally while they still need access to the course.

Delete unconfirmed users after

If you're using Email-based self-registration users must confirm their account within a certain time-frame. Once the time set here has passed, any account that hasn't been confirmed will be deleted. 7 days is a good setting.

Keep logs for

Moodle keeps extensive logs of user activity. Eventually, however, the logs will become so large that they begin to clog your server. Limiting the length of time logs are kept for will reduce database table size. Generally, a year is enough time to keep logs for.

Disable grade history

Template:Moodle 1.9In Moodle 1.9 onwards, history tracking of changes in grades-related tables may be disabled by checking the disablegradehistory box.

Grade history lifetime

In Moodle 1.9 onwards, the length of time that the history of changes in grade-related tables is kept may be set (from 30 days to never).

See also