plugincompany / fraud-prevention-migrate
Migrate database from Magento 1.x to Magento 2.x
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/plugincompany/fraud-prevention-migrate
Requires
- php: >=7.0.0
- adhocore/cli: ^0.8.3
This package is not auto-updated.
Last update: 2025-11-01 14:53:48 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-migratein Magento 2 root directory - Run
php vendor/plugincompany/fraud-prevention-migrate/runMigration.php migrateand follow instructions
Usage (Git)
- Clone this repository
- Run
composer installin the project directory - Run
php runMigration.php migratein project directory and follow instructions