{% extends "base.html" %} {% block title %}Database Management{% endblock %} {% block content %}

Database Management

Backup, restore, and manage your database operations

{% if error %} {% endif %} {% if success %} {% endif %}
Backup Retention Policy
Automatic Cleanup: Set how long backups should be kept on the server. Older backups will be automatically deleted.
days
Backups older than this will be automatically deleted when retention policy is applied.
When enabled, backups exceeding the retention period will be automatically deleted.
Manual Cleanup

Delete backups older than the retention period right now:


Scheduled Backups

Create automatic backups on a schedule that respect your retention policy.

Create New Schedule
Schedule Name Frequency Time Type Last Run Next Run Status Actions
No scheduled backups configured
Backup Management
Backup Information: Create a complete backup of your database including structure and data. Backups are stored on the server.
Includes structure and all data
Data without table structure
Database Size
Loading...
Last Backup
Loading...
Recent Backups
Filename Type Size Date Created Actions
Loading backups...
Restore Database
Warning: Restoring a backup will overwrite your current database. This action cannot be undone. Always verify you're restoring the correct backup!
Clear Table Data
Caution: Clearing a table will delete all data from the selected table while preserving its structure. This action cannot be undone!
Upload Backup File
Upload: Upload SQL backup files (.sql) to store them alongside your automatic backups. You can then restore them using the Restore Database section.
Supported format: .sql files (e.g., from database exports)
{% endblock %}