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

Commit be3fbf2

Browse files
authored
Merge pull request #9204 from #9204
[Imported] Update migration follow up steps
2 parents 44c6350 + dafe576 commit be3fbf2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/guides/v2.3/migration/migration-migrate-follow-up.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ The tool does not migrate timezone settings, so you must manually configure the
3939
By default, Magento stores time data in the UTC-0 zone in the database and displays it according to the current timezone settings.
4040
If time data has already been saved in the database in a zone other than UTC-0, you must convert the existing time to UTC-0 using the Data Migration Tool’s `\Migration\Handler\Timezone` handler.
4141

42-
In the following example, Magento 1 has been incorrectly saving time in the UTC-7 zone in the database (for example, due to a faulty third-party extension). To properly convert the customer account creation time to the UTC-0 zone upon migration, add the following rule to the `map-customer.xml` file:
42+
In the following example, Magento 1 has been incorrectly saving time in the UTC-7 zone in the database (for example, due to a faulty third-party extension). To properly convert the customer account creation time to the UTC-0 zone upon migration, follow these steps:
43+
44+
1. Copy the `map-customer.xml.dist` configuration file from the appropriate directory of the Data Migration Tool (`<your Magento 2 install dir>/vendor/magento/data-migration-tool/etc/<migration edition>`) into the `<your Magento 2 install dir>/app/code/Vendor/Migration/etc/<migration edition>/map-customer.xml` file.
45+
46+
1. Update the `<customer_map_file>` node in `config.xml` and remove the `.dist` extension from `map-customer.xml.dist`
47+
48+
1. Add the following rule to the `map-customer.xml` file:
4349

4450
```xml
4551
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)