Skip to content

Commit 33f0c89

Browse files
committed
ACP2E-734: readme.md does not contain instructions to enable module of the tool
ACP2E-730: Customer module have new table fields which causes error during migration
1 parent 337fcc6 commit 33f0c89

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,17 @@ This section discusses how to install the Magento Data Migration Tool. You can i
5858
### Install the tool from GitHub
5959
To install the migration tool from GitHub, use the following steps:
6060

61-
1. Log in to your Magento 2 server as a user with privileges to write to the Magento 2 file system or <a href="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apache">switch to the web server user</a>.
62-
2. Go to Magento 2 root directory.
63-
3. Enter the following commands:
61+
1. Log in to your Magento 2 server as a user with privileges to write to the Magento 2 file system or <a href="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apache">switch to the web server user</a>.
62+
2. Go to Magento 2 root directory.
63+
3. Enter the following commands:
6464

6565
composer config repositories.data-migration-tool git https://github.com/magento/data-migration-tool
6666
composer require magento/data-migration-tool:<version>
67+
bin/magento module:enable Magento_DataMigrationTool
6768

68-
where `<version>` is release version (e.g. 2.4.0)
69+
where `<version>` is release version (e.g. 2.4.4)
6970

70-
3. Wait while dependencies are updated.
71+
5. Wait while dependencies are updated and the tool is enabled.
7172

7273
### Install the tool from repo.magento.com
7374
To install the Data Migration Tool, you must update `composer.json` in the Magento root installation directory to provide the location of the migration tool package.
@@ -82,29 +83,32 @@ To install the migration tool, you must:
8283

8384
To update `composer.json`:
8485

85-
1. Log in to your Magento server as the <a href="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apacheweb">web server user</a> or as a user with `root` privileges.
86+
1. Log in to your Magento server as the <a href="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apacheweb">web server user</a> or as a user with `root` privileges.
8687

87-
2. Change to your Magento installation directory.
88+
2. Change to your Magento installation directory.
8889

89-
3. Enter the following command to reference Magento packages in `composer.json`:
90+
3. Enter the following command to reference Magento packages in `composer.json`:
9091

9192
composer config repositories.magento composer https://repo.magento.com
9293

93-
4. Enter the following command to require the current version of the package:
94+
4. Enter the following command to require the current version of the package:
9495

9596
composer require magento/data-migration-tool:<version>
9697

9798
where `<version>` is either an exact version or next significant release syntax.
9899

99100
Exact version example:
100101

101-
composer require magento/data-migration-tool:2.4.0
102+
composer require magento/data-migration-tool:2.4.4
102103

103104
Next significant release example:
104105

105106
composer require magento/data-migration-tool:~2.4
106107

107-
5. Wait while dependencies are installed.
108+
5. Wait while dependencies are installed.
109+
6. Enter the following command to enable the tool
110+
111+
bin/magento module:enable Magento_DataMigrationTool
108112

109113
## More details
110114
See the <a href="http://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html">Migration Guide</a> for the detailed help with your data migration process.

0 commit comments

Comments
 (0)