drush icon indicating copy to clipboard operation
drush copied to clipboard

Allow resetting the status of multiple migrations

Open DieterHolvoet opened this issue 3 years ago • 3 comments

This PR adds the all and tag options to the migrate:reset-status command, together with the ability to pass a comma separated list of migration ids as argument.

DieterHolvoet avatar Oct 21 '22 11:10 DieterHolvoet

One thing I wasn't sure about is whether we should log Migration x is already Idle if passing the all or tag options, or whether we should only log migrations that were actually reset.

DieterHolvoet avatar Oct 21 '22 11:10 DieterHolvoet

One thing I wasn't sure about is whether we should log Migration x is already Idle if passing the all or tag options, or whether we should only log migrations that were actually reset.

Yes lets omit those log messages. Less noise.

weitzman avatar Dec 14 '22 14:12 weitzman

Changed and rebased.

DieterHolvoet avatar Dec 14 '22 18:12 DieterHolvoet