plugincompany / fraud-prevention-migrate
There is no license information available for the latest version (v1.0.3) of this package.
Migrate database from Magento 1.x to Magento 2.x
v1.0.3
2020-02-27 13:47 UTC
Requires
- php: >=7.0.0
- adhocore/cli: ^0.8.3
This package is not auto-updated.
Last update: 2025-03-22 12:02:22 UTC
README
Interactive script which can be used to migrate fraud records and blacklisting rules from Magento 1.x to Magento 2.x
Prerequisites
Make sure that the Magento 1 and Magento 2 databases are on the same server, or that at least one of the databases is accessible remotely.
Usage (Composer / M2)
- Run
composer require plugincompany/fraud-prevention-migrate
in Magento 2 root directory - Run
php vendor/plugincompany/fraud-prevention-migrate/runMigration.php migrate
and follow instructions
Usage (Git)
- Clone this repository
- Run
composer install
in the project directory - Run
php runMigration.php migrate
in project directory and follow instructions