masquerade
masquerade copied to clipboard
Faker-driven, configuration-based, platform-agnostic, locale-compatible data faker tool
is it possible to run this agains an mysqldump ? it would be great to masquerade an existing mysql backup instead of changing data on database itself.
Hello, Is Masquerade compatible with PostgreSQL ? I am having many errors: `SQLSTATE[42704]: Undefined object: 7 ERROR: unrecognized configuration parameter "foreign_key_checks"` `SQLSTATE[42704]: Undefined object: 7 ERROR: unrecognized configuration parameter "sql_mode"`...
The GDPR prevents us from downloading any customer data so to get the faked database and not faked the live one on the server we will need an export command...
Seed is useful to keep data same between multiple runs.
Won't work with UUID or string PK like slack identifier (i.e. U0103P9J5ME)
But for some reason it duplicates the to-be-anonimized record and anonimizes that one. Maybe because of the binary UUID's? But not all tables. `customer`, `customer_address`, `newsletter_recipient`, `user`, etc seem to...
Add identify command to find possible columns to anonimize. It should; * [x] Loop over all tables in a given database * [x] Loop over all columns in every table...
Now that we've added a try/catch block we can add YAML definitions for tables that don't necessarily have to be present in an install. In our projects, we include YAML...
hi, lately i'm finding this error on an attempted run of masquerade to anonymise a magento DB for sandboxing. i have tried this with a few recent db dumps from...
The idea is that we will delete all of the older customer data (for example, delete customers that have been created more than 30 days ago), so that the DB...