-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Vortex currently only sanitises at destination, just after importing into DB. This is to prevent production data leaking.
But there are cases where the DB should be sanitised at source.
There is a solution that allows to sanitise without the need for a second DB (where the sanitisation would take place) by running operations on the dump while it is being "streammed":
https://github.com/robiningelbrecht/drush-gdpr-dumper
https://github.com/druidfi/gdpr-mysqldump
https://github.com/druidfi/mysqldump-php
Some of these projects are either archived or have not been updated for a while.
We need to either "adopt" these packages and maintain them OR re-create these packages from scratch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
BACKLOG