Open antdking opened 6 years ago
With the make development-seed-full
it'd be great if a dump is pulled down, that it depends on a separate Makefile
target so that it knows if a dump already exists, and will use that unless you specifically delete a previous dump to retrieve a fresh one.
development-seed-full: private/db/dumps/dump_file.sql
mysql < private/db/dumps/dump_file.sql
private/db/dumps/dump_file.sql:
mysqldump blah blah blah > private/db/dumps/dump_file.sql
as with the other issues targetting RFCs, I feel this is in the wrong place, and should go in the RFCs repo
Preferred targets would be:
make development-seed-batch
make development-seed-full
Is this even feasible? For example WATG and Diners club, very tricky to just pull down 5 accounts/products from those sites to use for local development.