{% include 'base.html' %} {% block content %}
Loading...
Processing...
 
{% include "dbstats.html" %}

Purge Database

{% if successMessage == 1 %}
Operation completed. {{ recCount }} records have been deleted.

Executed query:

{{ dispQuery }} {% if params['bu'] == 'true' %}

Backup file created: {{ destfile }} {% endif %}
{% endif %} {% if successMessage == 2 %}
Simulated operation completed. {{ recCount }} records will be deleted.

Simulated query:

{{ dispQuery }} {% if params['bu'] == 'true' %}

Simulated backup file created: {{ destfile }} {% endif %}
{% endif %} To purge records from the database, select the system, start date and end date above, then click Purge Database. Talkgroup and subscriber tags are not affected.

To prevent accidental data loss, a start date and end date are required.

   When selected, all voice channel grant data will be saved.
   Create a backup of the database before purging.

FINAL WARNING: Once you click "Purge Database", the action cannot be undone.


{% include 'footer-links.html' %}
 
{% endblock %} {% block extra_javascripts %} {% endblock %}