Home » General » Alex » Moving Magento Commerce to a new server
Once you have done the export / import multiple times, it gets really easy :)
Here are some things that made things alot easier for me
Just check your old setup and update those tables by hand.
You can run queries by activating and deactivating the foreign key check like this:
SET FOREIGN_KEY_CHECKS=0;
INSERT INTO magento_core_website (website_id, code, name, sort_order, default_group_id, is_default) VALUES(0, ‘admin’, ‘Admin’, 0, 0, 0),(1, ‘base’, ‘Main Website’, 0, 1, 1);
magento_core_website
website_id
code
name
sort_order
default_group_id
is_default
SET FOREIGN_KEY_CHECKS=1;
Alexander Gräf
Portfolio
Book Me
Get in touch
Live Chat
I am a full-stack developer. My expertise include:
I love programming, design and know my way around server architecture as well. I would never feel complete, with one of these missing.
I have a broad range of interests, that’s why I constantly dive into new technologies and expand my knowledge where ever required. Technologies are evolving fast and I enjoy using the latest.
Apart from that, I am a peace loving guy who tries to have people around him that think the same. I truly believe in the principle: “If you help someone, someone will help you, when you need it."