tags:

views:

921

answers:

3

Hi, I`m using Magento 1.3 and I want to test the new 1.4, but is there a way of exporting the products and categories form 1.3 to 1.4? Thanks

A: 

There is a way to export products right through Magento, but there is no direct way to export categories.

To export products, login to the admin, and go to System >> Import/Export >> Profiles and then select the "Export All Products". After you run that, the file will be in /var/export/

To import that into 1.4, go the same route but instead of selecting the "Export All Products" profile, select the "Import All Products". Upload the file and run it.

Categories you'll have to get in the database and figure out everything you need to dump and move over. It is definitely doable, I just don't know off the top of my head. There's definitely more than one table you'll have to deal with. They should start with "catalog_category_" in the database.

Prattski
+2  A: 

Set up a new database, export your old database and import it into the new one, then install Magento with your new imported database's settings. It will automatically upgrade.

gabrielk
A: 

Did the import v1.3 db into new 1.4 install work for anyone?

Lee