<%- include('_header'); -%>
<%- include('_menu-admin'); -%>

Database Cleanup

Important Note

When records are deleted in this application, they are not removed entirely. This gives systems administrators the ability to recover deleted records. This also can leave a small amount of garbage behind in the database.

This process permanently deletes records that have already been deleted over <%= configFunctions.getProperty("settings.adminCleanup.recordDeleteAgeDays") %> days ago. Note that no active records will be affected by the cleanup process.

<%- include('_footerA'); -%> <%- include('_footerB'); -%>