{% extends 'base.html' %} {% block title %}Maintenance{% endblock %} {% block content %}
Perform common database maintenance tasks here.
Number of rows: {{ row_count }}
Could not retrieve database statistics.
{% endif %}Permanently remove all authentication logs from the database. This action cannot be undone.
Create a backup of the current database. The backup will be saved as a SQL file.
Warning: Database backups can be very large if you do not clear the authentication logs first.
Restore the database from a previously created SQL backup file. This will overwrite the current database.
{% endblock %}