Drupal is a registered trademark of Dries Buytaert
drupal 11.4.1 Update released for Drupal core (11.4.1)! drupal 11.4.0 Update released for Drupal core (11.4.0)! drupal 10.6.12 Update released for Drupal core (10.6.12)! drupal 11.3.13 Update released for Drupal core (11.3.13)! drupal 10.6.11 Update released for Drupal core (10.6.11)! drupal 11.3.12 Update released for Drupal core (11.3.12)! drupal 11.2.14 Update released for Drupal core (11.2.14)! drupal 10.5.12 Update released for Drupal core (10.5.12)! cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)!

A lightweight Drupal module that provides a simple administrative interface for exporting MySQL/MariaDB database dumps.

This module is intended for developers and site maintainers who need a minimal database export tool with basic sanitization capabilities and who prefer a small codebase that can be easily customized for project-specific workflows.

When should I use this module?

Database Export UI is designed for simple use cases where you need:

  • A single-click database export from the Drupal admin UI
  • SQL dump generation using mysqldump
  • Basic user data sanitization before sharing dumps
  • A small, developer-friendly codebase that can be extended or customized

Similar projects

When should I use Backup and Migrate instead?

For most production websites, the Drupal Backup and Migrate module is likely the better choice.

Backup and Migrate provides:

  • Scheduled backups
  • Multiple storage destinations
  • Restore functionality
  • Selective table exports
  • Advanced backup profiles
  • Long-term maintenance and broad community adoption

Database Export UI does not attempt to replace Backup and Migrate. Instead, it provides a lightweight alternative for projects that only require a simple export workflow.

Features

  • Export database directly from Drupal admin UI
  • Generate compressed.sql.gz dumps
  • Optional user data sanitization
  • Drupal 10 and 11 compatible
  • Uses Drupal services and dependency injection

Requirements

  • Drupal 10 or 11
  • PHP 8.1+
  • MySQL / MariaDB

Installation
drush en db_export_ui -y
Navigate to: /admin/config/development/db-export

Limitations

  • Supports MySQL/MariaDB only
  • Does not provide restore functionality
  • Does not provide scheduled backups
  • Does not support remote backup destinations
  • Sanitization is intentionally basic and may need customization for project-specific requirements

Intended Audience

This module is primarily intended for:

  • Local development environments
  • Internal development teams
  • Custom distributions requiring a simple export workflow
  • Projects that want a lightweight starting point for custom database export tooling

Activity

Total releases
6
First release
May 2026
Latest release
1 month ago
Release cadence
2 days
Stability
100% stable

Release Timeline

Releases

Version Type Release date
1.0.5 Stable Jun 6, 2026
1.0.4 Stable Jun 5, 2026
1.0.3 Stable May 26, 2026
1.0.2 Stable May 26, 2026
1.0.1 Stable May 26, 2026
1.0.0 Stable May 25, 2026