PHPackages                             ueberbit/drush-gdpr-dump - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ueberbit/drush-gdpr-dump

ActiveDrupal-drush[Utility &amp; Helpers](/categories/utility)

ueberbit/drush-gdpr-dump
========================

1.x-dev(4w ago)00PHP

Since May 12Pushed 4w agoCompare

[ Source](https://github.com/ueberbit/drush-gdpr-dump)[ Packagist](https://packagist.org/packages/ueberbit/drush-gdpr-dump)[ RSS](/packages/ueberbit-drush-gdpr-dump/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

GDPR Dump Command for Drush
===========================

[](#gdpr-dump-command-for-drush)

Prerequisites
-------------

[](#prerequisites)

### Installation of gdpr-dump

[](#installation-of-gdpr-dump)

This package depends on a fork of [gdpr-dump](https://github.com/webflo/gdpr-dump). The relevant dependency updates are not yet merged into the [original repository](https://github.com/Smile-SA/gdpr-dump). Add the fork to your composer.json before installing `ueberbit/drush-gdpr-dump` package.

```
  "repositories": [
      {
          "type": "vcs",
          "url":  "https://github.com/webflo/gdpr-dump.git"
      }
  ],

```

See [Smile-SA/gdpr-dump#200](https://github.com/Smile-SA/gdpr-dump/pull/200) for more details.

### Patch for Drush

[](#patch-for-drush)

[drush-ops/drush#6524](https://github.com/drush-ops/drush/pull/6524) committed to drush 13.x - released in [13.7.3](https://github.com/drush-ops/drush/releases/tag/13.7.3)

Installation
------------

[](#installation)

```
composer require ueberbit/drush-gdpr-dump

```

Configuration
-------------

[](#configuration)

Add the gdpr-dump configuration to your project. It uses the same configuration as the original gdpr-dump.

see

```
# Filename: gdpr-config.yaml

# https://github.com/Smile-SA/gdpr-dump/wiki/Configuration-File
extends: 'drupal8'

tables:
  authmap:
    truncate: true

  batch:
    truncate: true

  captcha_sessions:
    truncate: true

  comment_field_data:
    converters:
      hostname:
        converter: 'setNull'

  users_data:
    where: 'module  "openid_connect" and name  "oidc_name"'

  users_field_data:
    converters:
      mail:
        converter: 'randomizeEmail'
        unique: true
      pass:
        converter: 'randomizeText'
      init:
        converter: 'setNull'

    # Skip anonymization for users registered with ueberbit.de email domain.
    skip_conversion_if: 'str_ends_with((string) {{mail}}, "@ueberbit.de")'

  watchdog:
    truncate: true
```

Usage
-----

[](#usage)

```
# Dump sanitized database dump.

./vendor/bin/drush gdpr:dump > sanitized-dump.sql

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance94

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

28d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c711eb409734c42befd3bb9d507be67da46d0db9bd03c5172c8fe2da1705c239?d=identicon)[webflo](/maintainers/webflo)

---

Top Contributors

[![webflo](https://avatars.githubusercontent.com/u/123946?v=4)](https://github.com/webflo "webflo (3 commits)")

### Embed Badge

![Health badge](/badges/ueberbit-drush-gdpr-dump/health.svg)

```
[![Health](https://phpackages.com/badges/ueberbit-drush-gdpr-dump/health.svg)](https://phpackages.com/packages/ueberbit-drush-gdpr-dump)
```

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.3k7.0k1](/packages/farmos-farmos)[acquia/cohesion

Site Studio

281.6M10](/packages/acquia-cohesion)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41759.2k3](/packages/lullabot-drainpipe)[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

39250.0k28](/packages/ec-europa-toolkit)[acquia/drupal-recommended-settings

The composer plugin for adding drupal-recommended-settings for Acquia Cloud.

111.3M5](/packages/acquia-drupal-recommended-settings)[metadrop/drupal-updater

Update drupal project dependencies

2679.5k1](/packages/metadrop-drupal-updater)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
