insideorkut.com

How would someone go about running a 12,000+ person iContact mailing list?

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
First off, How would someone go about running a 12,000+ person iContact mailing list? Many thanks for any answer. My 2nd question... I have been running osCommerce 2.2 RC2 for some time now, and have a mirror copy inside lampp on my local computer. I migrated to a larger drive and have reinstalled lampp..

I want to reload my osC installation, but now that there is 2.3 I'd like to upgrade to that..

Can I take a copy of my .sql database backup and import that straight into osC 2.3? If so, how do I get the backup/restore function to recognize and import a database that is not already in the queue inside that window in Tools in the admin dashboard?.

Or (hopefully not, but...) if this won't work, are there any shortcuts to doing a fresh install of 2.3 and getting my data/settings into it?.

I looked at the thread and pdf of the upgrade instructions but as that is not quite as complete I'd like to really start fresh....

Once I can get this to work locally, I should then be able to get the live iContact site to 2.3 in a similar fashion, but offline is safer at first...

Comments (6)

Hmm... I need to find out myself. I don't know what is the answer. I'll do some Googling and get back to you if I got an anything. You should email the people at iContact as they probably could give you an answer..

Comment #1

Instead of wasting all that paper, why not just open both versions of install/oscommerce.sql in a comparison program? I just did, and it took only a minute to scan through all of the changes using Meld..

It appears that you can just import all of your data without any problems. There are some new tables, so I would do a full install first, then overwrite.

Just the data.

With your 2.2 backup..

Once you have all the data in, there are a few things that you will need to do manually, like go enable all of the reviews..

That's all assuming that your database is still stock 2.2 MS2 or later. If you have addons that changed the database, you need to export your database structure and compare that instead..

Regards.

Jim..

Comment #2

I wanna do the same, my 2.2 is full of old no longer working contributions that I would like to get rid off..

Cheers..

Comment #3

The DB is not all that different. Some extra configuration bits, the reviews_status, the extra images. Other than that, there are a few changes in length (eg admin and users passwords)....

What I'd do is install 2.3.1..

Use phpmyadmin;.

Drop the database tables..

Repopulate with 2.2 database..

Remove all non-standard tables and any extras that were inserted by contributions..

Add in the extra database bits from 2.3.1.

Should go fairly smoothly in theory...

Comment #4

That's the point I was getting at - I don't think I've ever seen an osC build "in the wild" that was "stock"..

There's also quite a surprising number of contribs that modify the database, though admittedly, most simply add their own tables rather than change existing ones. I would still want to do an export of the structures and compare them - little things like a field length difference can really screw up your data if it causes a truncation..

The other thing no-one mentioned yet is where fields contain a structured array - I haven't checked yet if there's any difference in any of the saved query arrays, I'd expect not, but it's best to check them...

Comment #5

I've seen quite a few osC stores that were essentially stock cosmetic changes only. And at least one that was totally stock..

Most of the changes to the tables in 2.3.x are to make fields longer. Most of the varchar fields were maxed out. Of course some addon could have changed the type, so you need to be careful of those. That's why I suggested the use of a comparison program like Meld..

I haven't seen any problems with the config arrays, but I haven't looked that carefully. I'll do that. And for practice, I just imported a store with about 5000 products into 2.3 with no problems. It's running on a test iContact site of course. The live version is running a heavily modified 2.2RC2a, so I had to add quite a few tables and add some fields to existing ones, but otherwise the import went smoothly. No problems so far..

Regards.

Jim..

Comment #6

Sorry about this but could you be a bit more specific? I tried your instruction but I'm getting lost, how do I know what are none-standard tables and what is extra that has been inserted?.

Thxs..

Comment #7


This question was taken from a support group/message board and re-posted here so others can learn from it.