{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

Database backup handling

Please not that restoring from a backup may also change the user/password for the administrative interface as that information is included in the backup.

It is allways recommended to make a complete SD card backup besides this type of backups.

Current software revision (git repository): {{ currentRev }}

{% if state == 'POSSIBLE' %}

ARE YOU SURE YOU WANT TO RESTORE DATABASE TO THIS BACKUP?

Backup date: {{ backupDate }}

Software revision: {{ rev }}

{% if rev != currentRev %} Software revision when taking the backup is not the same as the one currently running. This could make things not work at all after restore. It is recommended to allways run same version when taking backup and when restoring it.

This message is expected if you move you configuration from an old image to this new one that is Raspbian based.

{% endif %}

YES    NO

{% else %}{% if state == 'IMPOSSIBLE' %} The selected backup called {{ backup }} doesnt seem to contain all files needed to restore from it. Sorry!

Back to list of backups {% else %} Your database have now been restored from backup.

PLEASE REBOOT the system now!

The following is a dump of the output from the update process:
{{ restoreOutput }}
{% endif %}{% endif %} {% endblock %} {% block sidebar %} {% endblock %}