-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge db-tools:gdprify
and db-tools:anonymize
for a more GDPR-friendly workflow
#75
Conversation
apply suggestions Co-authored-by: Lonnytunes <[email protected]>
db-tools:gdprify
and db-tools:anonymize
for a more GDPR-friendly workflow
Pull request was converted to draft
Co-authored-by: Lonnytunes <[email protected]>
Co-authored-by: Lonnytunes <[email protected]>
Co-authored-by: Lonnytunes <[email protected]>
|
||
## Options | ||
|
||
You can specify the behaviour of the `db-tools:anonymize`command with some options detailed below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can specify the behaviour of the `db-tools:anonymize`command with some options detailed below. | |
You can modify the behaviour of the `db-tools:anonymize` command with some options detailed below. |
### Do not restore initial state after anonymization | ||
|
||
You can choose to not restore initial database with the `--no-restore` option. | ||
With this option, step 1 and 5 will be skipped during execution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this option, step 1 and 5 will be skipped during execution. | |
With this option, steps 1 and 5 will be skipped during execution. |
### Split update queries | ||
|
||
By default, the anonymization process use one update query per table. | ||
For debug purpose, it could be usefull to run not only one update query per table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For debug purpose, it could be usefull to run not only one update query per table | |
For debug purpose, it could be useful to run not only one update query per table |
No description provided.