{% extends "support/base_simple.html" %} {% block title %}ARM Database Update or Setup{% endblock %} {% block nav %}{{ super() }}{% endblock %} {% block content %}
A change to ARM has occurred, either through an update or database corruption. Creation or migration of the database is required. Where possible, all existing user data will be maintained.
Missing database
The ARM database is missing, the files is configured to be installed in: {{ db_update.db_file }}.
If the file exists, confirm the file ownership and permissions are configured correctly, as ARM is unable to read the file
{% else: %} {% if not db_update.db_current %}Database Update Required
Database exists but requires an update/migration to continue working.
The database will be migrated: {{ db_update.db_file }}
A backup of the file will be created within the same folder: arm_migration_(timestamp).db