{% extends 'base.html' %} {% block title %}{{ module_title }} - Manufacturing App{% endblock %} {% block content %}

Restore Database

Warning: Destructive Operation
  • This operation will replace the current database with the uploaded backup
  • All current data will be permanently lost
  • A backup of the current database will be created automatically before restore
  • This action cannot be undone
Restore Process:
  1. Upload a valid SQLite database backup file (.db or .sqlite3)
  2. Current database will be backed up automatically
  3. Uploaded backup will replace the current database
  4. System will verify the backup file integrity
  5. Restore completion notification will be shown
{% csrf_token %}
Backup File Upload
Only SQLite database files (.db, .sqlite3) are accepted.
Safety Measures: A backup of the current database will be created automatically before the restore operation.
Cancel
{% endblock %} {% block extra_js %} {% endblock %}