Hello,
we want to create a minimum data set for our test environment out of an already populated DB, it can be either from a production environment or another test environment.
We need something that has just few products, customers, etc.. so we can restore a test environment from fresh data.
What's the best way to accomplish this?
The DB is on RDS MySQL on AWS.
Thanks