This project is not covered by Drupal’s security advisory policy.

Makes it easy to export your database with out sensitive data, and allows for the manipulation of any table structure data with faker.
controlled by your sub module.

Features

- Generate database backups excluding tables (keeping structure) just no data.
- Sanitise any table structure data with faker

- rich hook system to create quick per site extensions.

@todo will fill this out soon

Supported
D7, D9, D10 +

Example usage:

DB backup / export:

drush drush_deidentify:db-export --gzip --result-file=filename.sql --omit_tables=watchdog~webform_submission

Very close to the core drush db-export but calls hooks so no need to use the "omit_tables"

Project information

Releases