VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: idor on May 13, 2020, 12:15:34 PM

Title: Export order tables and import them in another database
Post by: idor on May 13, 2020, 12:15:34 PM
Hi,
I made a clone of my website in a subdomain where I am going to make several changes and also update joomla, plugins etc.
Later I want to delete the order from the subdomain and import the ones from the actual site.
How can I import those orders? Note that the actual site is not up to date.
I suppose I will need orders, order status, users? Can someone tell me the whole process and which tables I need to replace?

Thank you
Title: Re: Export order tables and import them in another database
Post by: pinochico on May 13, 2020, 15:03:16 PM
Manually with mysql export/import (but you must export another table too - a table order is not enough)
I think table order user infos, maybe some tables for shipping and payment plugins.

Or you can use JMigrator
Title: Re: Export order tables and import them in another database
Post by: idor on May 13, 2020, 16:37:48 PM
Thakn you