When developing a Magento2 you might be needing database dumps from time to time from the production system. Normally you either dump the complete database - which, to me, bring a lot of negative side effects. Size: Depending on the shop and the logging settings, the tables can grow up to multiple gigabytes. Sensitive (customer) data: Getting all the (hashed) passwords, addresses and names from customers does not feel like a good idea. Depending on the companies compliance guideline you may n...