commerce_sql_sanitize
112 sites
Security covered
This project extends Drush's SQL sanitize command to perform additional operations on Commerce specific fields and tables. This includes:
- Sanitize order email and IP addresses
- Sanitize addresses (converting most values to `[Sanitized]`)
- Delete all commerce logs (e.g., from the order activity stream)
- Delete all carts, though not all _Draft_ orders
- Delete all tax numbers from customer profiles
- Delete all payment methods
Command line options let you disable any of these operations.