2017 © Pedro Peláez
 

magento2-module module-bkdatamigration

N/A

image

rajeshdnws/module-bkdatamigration

N/A

  • Saturday, July 14, 2018
  • by rajeshdnw
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

module-bdkatamigration - Magento 2 Data Migration

This is a Magento 2 module, allows migrate some important data from Magento 1.x to Magento 2.x, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Allow Features:

  • [x] Migrate Web sites, Stores, Store views
  • [x] Migrate Attribute Sets, Attribute Groups, Attributes
  • [x] Migrate Categories
  • [x] Migrate Products
  • [x] Migrate Customers
  • [x] Migrate Sales Data: Sales Orders, Sales Invoices, Sales Shipments...
  • [x] Migrate Product Reviews, Ratings data
  • [-] ...

Compatible:

+ Magento CE 1.x: 1.6.x, 1.7.x, 1.8.x, 1.9.x
+ Magento 2 CE 2.0.0 and later

Author: installextension

Prepare (precondition):

  • Install a Magento 2 fresh website (without data sample) Download Magento Community Edition 2.0 from below link: https://www.magentocommerce.com/download Follow Installation guide to Install a Magento 2 fresh website
  • Enable the php sqlite in your server (required)
  • Make write permission for pub folder at path PATH_YOUR_MAGENTO_2/pub

How To Install:

  • Install via Composer: In your terminal window, go to your magento2 webroot folder and run bellow command:
  • composer require rajeshdnw/module-bkdatamigration
  • Example: load module
  • Enable the module: In your terminal window run bellow commands:
  • php -f PATH_YOUR_MAGENTO_2/bin/magento module:enable --clear-static-content Bluethink_Bkdatamigration
  • php -f PATH_YOUR_MAGENTO_2/bin/magento setup:upgrade
  • Examples: enable module

How To Use:

1 - Follow step by step by UI of this module as bellow screenshots:

Step 1, (*3)

Step 2, (*4)

Step 3, (*5)

Step 4, (*6)

Step 5, (*7)

Step 6, (*8)

Step 7, (*9)

Step 8, (*10)

Step 9, (*11)

2 - Finish (_required_)

To finish the data migration from Magento 1 to Magento 2, you have to do some tasks bellow: + Copy media files - Copy the folder at PATH_YOUR_MAGENTO_1\media\catalog and paste replace to PATH_YOUR_MAGENTO_2\pub\media\ - Copy the folder at PATH_YOUR_MAGENTO_1\media\downloadable and paste replace to PATH_YOUR_MAGENTO_2\pub\media\ - Make recursive write permission to "catalog" and "downloadable" folders which you have just copied., (*12)

  • Re-save all the Attribute Sets migrated: In backend of your Magento 2 go to Stores/Attributes/Attribute menu navigation. Open the Attribute Set, edit information of it if needed and click the save button, (*13)

  • Re-Index the data: In your terminal window run bellow command: php -f PATH_YOUR_MAGENTO_2/bin/magento indexer:reindex reindex data, (*14)

  • Clean Magento 2: In your terminal window run bellow command: php -f PATH_YOUR_MAGENTO_2/bin/magento cache:flush flush cache, (*15)

  • Upgrade Password Hash (__This is optional task for more security__): In your terminal window run bellow command php -f PATH_YOUR_MAGENTO_2/bin/magento customer:hash:upgrade upgrade customer password_hash, (*16)

3 - Let’s discover Magento 2 with your data migrated by URL:

http://your_magento2_url/

The Versions

14/07 2018

dev-master

9999999-dev

N/A

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*

 

by Rajesh chaudhary