Hello,
Wondering if anyone is using liquibase to create copies of the prod database, pulling subsets of prod data and masking out any pii, for developer use… For example, dev team A wants a database to start dev work on a new feature. They want this to have the latest prod schema with a subset of the prod data and the addition of some additional test data that they’ll define in a new changeset. They want to be sure that the prod db copy they have does not contain any real user information (no user email/phone/addresses/hashed passwords), and email addresses have been updated to point to a single test email address.
Thank you,
Paul