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

Commit c3e180a

Browse files
Merge pull request #1860 from magento/migration-tool
Migration tool doc update
2 parents 98409e9 + 3b124c7 commit c3e180a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

guides/v2.1/migration/migration-tool-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The `<crypt_key>` tag is mandatory to fill. It can be found in `local.xml` file
6464

6565
Optional parameters:
6666

67-
* Database user password: `password=<password>`
68-
69-
* Table prefix: `<source_prefix>`, `<dest_prefix>`
67+
* Database user password: `password=<password>`
68+
* Database custom port: `port=<port>`
69+
* Table prefix: `<source_prefix>`, `<dest_prefix>`
7070

7171
For example, if your database owner's user name is `root` with password `pass` and you use the prefix `magento1` in your Magento 1 database, use the following in `config.xml`:
7272

guides/v2.2/migration/migration-tool-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ The `<crypt_key>` tag is mandatory to fill. It can be found in `local.xml` file
6262

6363
Optional parameters:
6464

65-
* Database user password: `password=<password>`
66-
67-
* Table prefix: `<source_prefix>`, `<dest_prefix>`
65+
* Database user password: `password=<password>`
66+
* Database custom port: `port=<port>`
67+
* Table prefix: `<source_prefix>`, `<dest_prefix>`
6868

6969
For example, if your database owner's user name is `root` with password `pass` and you use the prefix `magento1` in your Magento 1 database, use the following in `config.xml`:
7070

0 commit comments

Comments
 (0)