{% include 'base.html' %} {% block extra_stylesheets %} {% endblock %} {% block content %}
 
Switch Database

Switch OP25 Logs database. This does not affect live sql logging in OP25. Database selection will persist with Flask session.


Current database: {{ curr_file }}




Create Backup of Current Database

Current database: {{ curr_file }}


{% if sm == 1 %}
Backup Created.

New backup: {{ destfile }}
{{ clear_sm() }} {% endif %}
{% include 'footer-links.html' %}
 
{% endblock %} {% block extra_javascripts %} {% endblock %}