osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Upgrading an old OSC pre MS1 to OscMax v2.

This is a discussion on Upgrading an old OSC pre MS1 to OscMax v2. within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Has anyone had any luck moving over their customer databases from an old store to a new install. I would ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 11-01-2005, 09:31 AM
Member
 
Join Date: Oct 2005
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cabana
Default Upgrading an old OSC pre MS1 to OscMax v2.

Has anyone had any luck moving over their customer databases from an old store to a new install. I would really like to upgrade to OscMax but I also have a customer base of 11,000 that I really want to move with me.

In a perfect world I would also like to move their order history as well. I understand that may be much harder so I can live without that if I have to. Any suggestions or instrustions would be greatly appreciated.

Josh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 11-01-2005, 12:14 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,548
Thanks: 76
Thanked 335 Times in 314 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Upgrading an old OSC pre MS1 to OscMax v2.

Josh,

It is not too difficult with the right tools. Grab a copy of mysqldiff and you should be able to do a structure upgrade without too much trouble.

The steps are as follows:

1. Make a duplicate of your original, and use this to do all your work on. (obvious, but I want to make sure).
2. Get Mysqldiff and install it. Then run it, comparing the duplicate against a stock osCMax2 database to get a sql batch file that will allow you to upgrade the structure of your duplicate to osCMax. Run the batch file on your duplicate database, upgrading the structure.

3. Once completed, export your upgraded product, customer, order data to an sql batch file, then run that on the osCMax database.

4. Check to make sure everything is happy. Done.

I have simplified the process, and most likely you will run into some problems while upgrading the addressbook table, as the primary key has changed from MS1 to MS2, which my cause your upgrade batch file to choke. If that happens, you will have to manually remove the primary key, and do a little data fixing by hand...

Good luck!
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 11-01-2005, 03:50 PM
Member
 
Join Date: Oct 2005
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cabana
Default RE: Upgrading an old OSC pre MS1 to OscMax v2.

Sounds great. Thanks for the suggestion. I will give it a try.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 11-02-2005, 06:06 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,548
Thanks: 76
Thanked 335 Times in 314 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Upgrading an old OSC pre MS1 to OscMax v2.

I have done it many times, so if you get stuck somewhere, come back for assistance.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-02-2005, 11:48 AM
Member
 
Join Date: Jul 2005
Posts: 91
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
kenlyle
Default Database Structure Comparison OSCMax 1.7 vs. 2RC2

In another thread, I looked at this with a more primitive tool, a regular file compare tool. What I remember is that it looks like there is one primary key that has changed, but that most of the diffs are new tables and fields in the new version's database. That thread is, as above, "Database Structure Comparison OSCMax 1.7 vs. 2RC2"

If I can get away with it, I am just gonna export my old database with complete and extended inserts, and try to stuff it into the new database.

K
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 11-02-2005, 01:28 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,696
Thanks: 2
Thanked 96 Times in 82 Posts
Rep Power: 12
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default RE: Database Structure Comparison OSCMax 1.7 vs. 2RC2

No harm in trying - just backup first!
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 11-06-2005, 01:52 AM
Lurker
 
Join Date: May 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mq-james
Default

I've followed this guide, i've got the catalog etc exported, but all the prices are 0, Any ideas what could cause this?


Thanks
James
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 11-06-2005, 07:16 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,696
Thanks: 2
Thanked 96 Times in 82 Posts
Rep Power: 12
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default

If prices are ZERO then somthing did not work with MYSQLDIFF - if you did not use it (use a file diff tool) -then that would be the reason.

Reinstall mysqldiff and try again...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 01-22-2006, 04:40 PM
Member
 
Join Date: May 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dmiles
Default

OK, help please.

1. How do I make a copy of the original database?

2. Where do I install Mysqldiff?

2. Where do the two databases need to be to be seen by Mysqldiff?

Thanks
__________________
Learning osCommerce - a lifelong project?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 01-25-2006, 08:37 PM
Active Member
 
Join Date: Dec 2003
Posts: 110
Thanks: 0
Thanked 3 Times in 2 Posts
Rep Power: 5
Redeye_Joe
Default

I am in the process of doing this also, and I just did it the hard way, compared new database, with old, modifing old, then inserting in to new.
A pain in the butt, but so far so good...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Upgrading from MAX v1.7 to v2.0 rbudj osCMax v1.7 Discussion 1 08-06-2005 11:20 PM
Upgrading from osCommerce to OscMAX pixtonjp osCMax v1.7 Installation 2 05-18-2005 10:43 AM
Upgrading a modified OSCMAX 1.5.5 to 1.7 icecold osCMax v1.7 Installation 1 04-07-2005 02:52 PM
upgrading 2.2 >> 2.2ms PLEASE HELP Rodland osCommerce 2.2 Installation Help 3 04-02-2003 06:23 AM
Upgrading from 2.1 to 2.2 Anonymous osCommerce 2.2 Installation Help 1 11-19-2002 03:31 PM


All times are GMT -8. The time now is 12:23 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax