You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to generate a subset of trade/customer in my db:dump --strip="@development" for a subset of users, i.e. those with emails like @company.com or those customers with entity_id1,2,3,4.
Problem and motivation
I'm trying to generate development backups for testing database schema migrations on existing data.
Is this something you're interested in working on
I'll probably write some sql locally and paste it here, however, I don't know how to bring the feature in Magerun.
The text was updated successfully, but these errors were encountered:
@cmuench this is definitely very similar and would leverage --where under the hood. I've collected the set of tables I'm interested in my environment here, but there would probably be extension tables that are also of interest to people doing this exact thing, perhaps we could provide a dictionary of ["tableName" => "entityIdColumn"] that could allow a dev to expand on the set of tables.
Feature description
I would love to be able to generate a subset of trade/customer in my
db:dump --strip="@development"
for a subset of users, i.e. those with emails like@company.com
or those customers withentity_id
1,2,3,4
.Problem and motivation
I'm trying to generate development backups for testing database schema migrations on existing data.
Is this something you're interested in working on
I'll probably write some sql locally and paste it here, however, I don't know how to bring the feature in Magerun.
The text was updated successfully, but these errors were encountered: