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

Create Database Backup

Database Backup Information:
  • Creates a complete backup of the current database
  • Backup files are stored in the media/database_backups directory
  • All data including users, inventory, sales, and manufacturing records will be backed up
  • Backup process is quick and doesn't affect system performance
{% csrf_token %}
Backup Details
Filename will be generated automatically
Important: It's recommended to create regular backups to prevent data loss.
Cancel
{% endblock %} {% block extra_js %} {% endblock %}