dbanon
dbanon copied to clipboard
A run anywhere database anonymizer
- Use more faker providers - Stop using builtin magento2 config. Leave it only as an example. One of the reasons is that github.com/mpchadwick/dbanon/bindata no longer exists.
Hello, I am getting an error when I run dbanon on Magento 2 database. It is simmiar to #14 ``` root@3355fca9767a:/home/dev# mysqldump --complete-insert dev | ./dbanon -config=magento2-mapped.yml > anonymized.sql panic:...
Hello, I encounter errors during the anonymized dump on a magento 1.9.4.5. STEP 1 : mysqldump --complete-insert -uroot -proot mydb eav_entity_type eav_attribute | ./dbanon -config=./magento1.yml map-eav > ./magento1-mapped.yml STEP2 :...
Hello, I am getting an error when I run dbanon. Do you know what this error could relate to? The dbanon.log file is empty. ``` root@af1ae37f315b:/app# mysqldump -h mariadb -B...
There are of course many databases for which this tool could be useful. As a a second supported backend will look to add Posgresql support
https://twitter.com/SchumacherFM/status/1117775634950950913?s=20
Include a subcommand. E.g. ``` dbanon -config=myconfig.yml validate ``` Should check that none of the fields are anonymized with values that aren't known (e.g. typo on "fistname") Potentially should also...