{% extends "base-error.html" %}
{% block title %}Database - Migration/Operational Error{% endblock %}
{% block title_header %}Database Migration Error{% endblock %}
{% block navigation_bar %}-{% endblock %}
{% block content %}
Possible Reasons
-
Master Database is not compatible with the current version of Pegasus.
-
STAMPEDE Database is not compatible with the current version of Pegasus.
Possible Alternatives
- Please execute pegasus-db-admin update on the database you are trying to access.
- Ensure that pegasus-dashboard process has write access on the database you are trying to access.
{% endblock %}