I need help regarding the Magento upgrade from EE 1.11.2.0 to EE 1.14.2.0, I have the below quires.
1)Can I able to upgrade it directly from current version EE 1.11.2.0 to EE 1.14.2.0 and run all the scripts provided under shell folder like
- umt113_conflict.php
- umt113_redirect.php
- url_migration_from_1_13_0_0_to_1_13_0_2.php
- url_migration_to_1_13.php
But there is no information given about the sequece of running them.
2)Or I have to upgrade it in steps like
From EE 1.11.2.0 to EE 1.13.0.0 and run the patche provided under shell folder for URL related issue fixes.
url_migration_to_1_13.php
then from 1.13.0.0 to 1.13.0.2 and run the below script for URL related issue fixes.
url_migration_from_1_13_0_0_to_1_13_0_2.php
then at last from EE 1.13.0.2 to EE 1.14.2.0 and run the below scripts for URL related issues fixes.
umt113_redirect.php
umt113_conflict.php
1 Answer 1
First, I would open a ticket with Magento support to confirm what your plan should be. But I can answer the following:
To be 100% safe you could first upgrade to 1.13 then you only have to run the url_migration_to_1_13.php. The other script is only for that short upgrade for that version change. You can then run the remainder of the scripts, then run your 1.14.2.1 upgrade.
However, please check with Magento support FIRST to confirm that you still have to do this. You maybe able to to upgrade directly to 1.14.2.1 without the scripts now. (Again, confirm with Magento support, they will give you a detailed plan)
-
Thanks brentwpeterson :) for your reply and suggestions sure will try your suggested solution once and also will check with Magento support.ImranSheik– ImranSheik2015年08月14日 15:23:37 +00:00Commented Aug 14, 2015 at 15:23
-
@Mage_Dev Please accept the answer if you find it acceptable so it will close out the question.brentwpeterson– brentwpeterson2015年08月14日 15:32:08 +00:00Commented Aug 14, 2015 at 15:32
-
brentwpeterson: Did u get chance to confirm with Magento support about the plan should be, I have done the direct upgrade but don't have an idea regarding the order of scripts to be run to fix the URL related issues. i.e. umt113_conflict.php, umt113_redirect.php. Please suggest.ImranSheik– ImranSheik2015年08月18日 13:44:14 +00:00Commented Aug 18, 2015 at 13:44
-
1It is up to you to confirm with Magento support, it is your project!brentwpeterson– brentwpeterson2015年08月18日 15:30:00 +00:00Commented Aug 18, 2015 at 15:30
Explore related questions
See similar questions with these tags.