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

Database Maintenance

Database Backup

Before making significant changes to the records in the database, it is a good idea to back up first!

Database Cleanup

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.getConfigProperty("settings.adminCleanup.recordDeleteAgeDays") %> days ago. Note that no active records will be affected by the cleanup process.

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