{% extends "page.html" %} {% block main %}

Database Upgrade Required

A recent upgrade to ContainDS Dashboards requires your database to be upgraded.

{% if is_admin %} {% if error %}

There was a problem upgrading the database:

{{ error | escape }}
{% endif %} {% if success %}

Database upgrade successful!

{% else %}

Please back up your database (sqlite databases will be backed up automatically) and then click the button below.

{% endif %} {% else %}

Please ask an admin user to visit this page where they will be able to perform the upgrade.

{% endif %}
{% endblock main %}