DB Sanitizer

Categories

Component ID

2552477

Component name

DB Sanitizer

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

138

Component created

Component changed

Component body

Module helps to create and manage configuration for cleaning database from critical data.
This approach can help to avoid the theft of personal and content in development process. See presentation http://www.slideshare.net/yenyanikitin/how-to-avoid-the-theft-of-persona...

Main features:
- Supports configurations.
- Management of tables and entities separately.
- Checks whether new tables or entities was added.
- Handles entity revisions.
- Drush support to create sql script file and clean db.

Workflow:
- Enable module.
- Create table config, create entity config.
- Generate sql file and use sql file to clean specific data using shell command "mysql ... db_name < sql" or use drush command "drush db-sanitize CONFIG_NAME".

Works with mysql database now only.