{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body %}
{% trans "Important: upgrading an instance can result in data loss." %}
  1. {% trans "Make sure you have a full backup of the database before starting the upgrade." %}
  2. {% trans "Downgrading to an earlier version is possible using this form, but the database system may not support downgrades." %}
  3. {% trans "Some upgrades may not complete successfully without a logical backup. Please refer to the upgrade guidelines for the corresponding database version." %}
  4. {% trans "We recommend testing the upgrade process on a test instance before upgrading a production database." %}
  5. {% trans "Upgrading to the same version may be useful when the version tag points to a newer database image, for example after a security update. Such upgrades are usually safe." %}
{% include "horizon/common/_form_fields.html" %}
{% endblock %}