Skip to content

[Migration\Exception] Volume Check failed [mode: data][stage: volume check][step: Url Rewrite Step] #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
saiyadsalma opened this issue Mar 14, 2016 · 7 comments

Comments

@saiyadsalma
Copy link

I am migrating from version 1.9.1.0 to version 2.0.0
Whenever i am trying to migrate data i am getting error of volume check on URL rewrite steps. Please see screenshot for further details.

Help me out to solve the issue.
screenshot from 2016-03-14 10 33 53

@c-moyer
Copy link

c-moyer commented Mar 24, 2016

I'm having the same exact issue. Anyone have any answers on this? or ideas?

@saiyadsalma
Copy link
Author

It is because when you migrating from 1.9.x to 2.x there is a difference arises on the URL rewrite table. To overcome this problem i have commented out the some code of line to prevent this error. It is basically duplicating some of URLs of 1.9.x where in 2.x table structure it ignore duplicate data.

In /[path to magento root]/vendor/magento/data-migration-tool/src/Migration/Step/UrlRewrite/Version191to2000.php commented out from line no 232 to 236 and add $result = true; to skip validation.

screenshot from 2016-03-25 10 11 23

@victor-v-rad
Copy link
Collaborator

I guess you have several store views and your CMS Pages assigned both to "All Store Views" and to some particular store simultaneously. Is it right?

@ilol
Copy link

ilol commented Apr 28, 2016

@saiyadsalma ping :)

@victor-v-rad
Copy link
Collaborator

@saiyadsalma @Admin-IT please check the latest 2.0.5 release of the tool it should resolve the issue you have

@ilol
Copy link

ilol commented May 17, 2016

@saiyadsalma @Admin-IT did it help? Thank you for your questions - it helps us to improve our product.

@pratikkamani
Copy link

result

I have to face the same issue. Using this I able to continue migration step. Hope all data successfully migrated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants