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

Database Backups

Create and manage database backups for disaster recovery

View API
Total: backups
Page of
Filename Size Created Path Actions
No backups found. Create your first backup to get started!

Important Backup Information

  • Restoring a backup will OVERWRITE your current database
  • Always create a backup before performing major operations
  • Store backups in a secure location separate from your server
  • Test your backups regularly to ensure they can be restored
  • For automated backups, use the API with cron jobs (see API docs)

Restore Database Backup

Are you sure you want to restore this backup? This will OVERWRITE your current database with the backup data.

This action cannot be undone. Make sure you have a current backup before proceeding.

Backup:
Created:
Size:

Delete Backup

Are you sure you want to delete this backup? This action cannot be undone.

Backup:
Created:

{% endblock %} {% block scripts %} {% endblock %}