Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2818 from gelanivishal/fix-8
Browse files Browse the repository at this point in the history
#2763: Added auto flag missing in data migration devdocs
  • Loading branch information
jeff-matthews authored Aug 27, 2018
2 parents 2d0db75 + b2d12ac commit e995bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/v2.1/migration/migration-migrate-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ See the [First steps]({{ page.baseurl }}/migration/migration-migrate.html#migrat

To start migrating data, run:

bin/magento migrate:data [-r|--reset] {<path to config.xml>}
bin/magento migrate:data [-r|--reset] [-a|--auto] {<path to config.xml>}

where:
* `[-a|--auto]` is an optional argument that prevents migration from stopping when it encounters integrity check errors.

* `[-r|--reset]` is an optional argument that starts migration from the beginning. You can use this argument for testing migration.

Expand Down

0 comments on commit e995bb2

Please sign in to comment.