{% 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 %}

You may see server errors elsewhere on this site ('500' errors) until the database is upgraded - this is expected behavior.

{% if is_sqlite %}

Please click the button below. Your sqlite database will be backed up automatically into the same folder as the original.

{% else %}

For peace of mind please back up your database, and then click the button below.

{% endif %}
{% endif %} {% else %}

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

You may see server errors elsewhere on this site ('500' errors) until the database is upgraded - this is expected behavior.

{% endif %}
{% endblock main %}