VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: Thong Tran on June 14, 2012, 12:00:58 PM

Title: [SOLVED] Migrate from 1.1.9 to 2.0.6 - Wrong user_id
Post by: Thong Tran on June 14, 2012, 12:00:58 PM
Hi VM lovers,

I'm trying to migrate from VM 1.1.9 (on Joomla 1.5) to 2.0.6 (on Joomla 2.5) follow the instruction by Milbo at: http://forum.virtuemart.net/index.php?topic=95236.0 (http://forum.virtuemart.net/index.php?topic=95236.0)
Before doing that, I have used J2XML to imported 20K users from Joomla 1.5 site to Joomla 2.5 site, keeping the same user_id.

Everything went fine, but I have a big problem with user_id since the Migrator changed user_id from old system. I would like to keep the same user_id from old VM system.

Please advise.
Thanks,
T
Title: Re: Migrate from 1.1.9 to 2.0.6 - Wrong user_id
Post by: Thong Tran on June 15, 2012, 05:43:46 AM
Figured out the problem.
VM 2 Migrator uses the user_id from #__users table, not from #__vm_user_info.
The problem came from J2XML, it exported-imported with wrong user_id.

I re-import #__users table using jUpgrade, it works now.