Questions tagged [migration]
Questions about migrating data between different Magento installations or from another shop system. For Magento 1 => Magento 2 data migration, use magento2-migration-tool
561 questions
0
votes
1
answer
85
views
What is the best way to downgrade magento from EE 2.4.x to CE 2.4.x on same version?
I am trying to understand what happened if a website is having multiple customisation and third party plugin involved and 8+ years of data in db and then if we try to migrate it to CE.
I guess we can ...
2
votes
1
answer
435
views
Downgrading Adobe Commerce to Open Source
What would be the steps to safely downgrade the database of an Adobe Commerce project to Open Source?
0
votes
2
answers
175
views
Magento2 - Migrating the database from one server to another
I am in the process of migrating a Magento2 website from a single dedicated server to a split setup with Magento on one server and the Database on it's own dedicated server.
What is the recommended ...
0
votes
1
answer
82
views
How to migrate a Magento 2 single store to a Magento 2 multi store
What is the best method to migrate all data (Orders, Customers, Catalog, Attributes) from a single Magento 2 store instance to a new Magento 2 Multi store instance?
What is the process? or extension ...
1
vote
3
answers
372
views
Javascript broke after migrating the Shop to a new server
I recently migrated a shop from a server to another.
The admin site works fine.
The javascript of the shop itself is broken, and the console filled with these error messages that I previously did not ...
0
votes
0
answers
56
views
Magento 2.3 to Magento 2.4 migration
Im currently switching servers and have installed a fresh Magento installation under version 2.4.3-p3. Our current store runds on magento 2.3.x. I want to migrate all customer data aswell as order ...
0
votes
1
answer
68
views
Upgraded to Magento 2.4.6 in Staging Env but Prod Still 2.4.4 - Can I Still Import 2.4.4 DB over top?
My prod is 2.4.4
I've moved servers and migrated my prod env.
But I had to upgrade to 2.4.6 on the new server - which I did successfully.
Now my old prod db is still based on 2.4.4, but I need to move ...
0
votes
1
answer
132
views
Migration SQL ERROR 1062 (23000) Duplicate entry 'NULL'
I'm trying to move a live site to a dev server. Export SQL has been done with phpmyadmin. When importing via CLI;
mysql -u "user" -p "name_new_database" < bupsqlfile.sql
I get ...
1
vote
0
answers
78
views
How to Migrate data from EE 2.4.5-p1 To CE 2.4.6
I installed magento CE 2.4.6 in our local server and i have another database which is on magento EE 2.4.5-p1 and now i want to migrate all data from EE 2.4.5 p-1 to CE 2.4.6.
0
votes
1
answer
76
views
magento product export only includes base, small, and thumbnail images
I'm in the process of migrating our magento 2 store elsewhere, and in doing a product export I noticed that it only includes the base, small, and thumnail images (which are typically all the same ...
0
votes
1
answer
117
views
What is the best paid tool to migrate products, customers and orders from Magento 2.4.2 to Magento 2.4.5?
We have 2302 products, 4520 orders and 5389 customers I need to move from our Magento 2.4.2-p1 to Magento 2.4.5-p1.
I used the Export/Import and that only moved 1568 products out of 2302 (I get Errors ...
1
vote
1
answer
103
views
Media Temple migrated to new server and website crashed
I am not a web developer. Looking for some insight.
Media Temple recently migrated the domain to a new server and my website crashed. They have not provided any details of why it happened or what ...
1
vote
1
answer
508
views
Upgrade 2.4.1 to 2.4.4
Getting an error on the upgrade process due to the following.
Php 7.4 is installed ok.
composer run ok.
But, magento stays on the 2.4.1 version and when I run bin/magento list
I can see the error is ...
1
vote
2
answers
468
views
Magento 2 reindexing error on Product-attribute-process after migtaion
Indexing console
Everything else is working perfectly. i also disabled the elasticsearch and checked but error still there. Error is with Query, at last word "AND (())", when i remove this ...
2
votes
1
answer
166
views
Database migration from magento 1.9.3.6 to magento 2.4.4-p2
For migrate Database I installed migration tool using composer require magento/data-migration-tool:2.4.4. After composer install run bib/magento setup:upgrade command. But it raises an error like
...