Ensure no user data is included when database is exported, pulled or pushed using WP Migrate DB or WP Migrate DB Pro ..
When the plugin is activated it will anonymize by default.
You will need to deactivate the plugin to turn it off..
User data is anonymized and includes data from the following tables users usermeta comments..
To preserve specific rows in the users table, use WPMDB ANONYMIZATION USER LOGIN WHITELIST constant to set whitelist of comma separated user logins..
To replace all passwords with hashed default password, set the password using WPMDB ANONYMIZATION DEFAULT PASSWORD constant..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Bug Fix Anonymization not running for CLI commands. 0.3 2018-07-03.
Improvement Support for Faker method arguments defined in the configuration rules. 0.2 2018-06-22.
Bug Fix Order in post meta not anonymized.
Read more