Project

General

Profile

Actions

Upgrading VM1 to VM2 with provided packages » History » Revision 9

« Previous | Revision 9/13 (diff) | Next »
Max Milbers, 10/05/2011 09:05 AM


Upgrading VM1 to VM2 with provided packages

The order of steps in short:
1. First uninstall all old vm extensions.
2. Just install VM2 as upgrade over VM1 (just use the joomla install view)
4. Make your life easy and use the sampeldata.
3. Copy your vm1 images into the desired folders (you can also adjust the paths in the config to your old vm folders)
4. Go to Migration and Tools in the backend.
5. Use on the second tab the option all and fire the button.

Very important! Depending on your shops size and your server, the migration process may stop. Then just repeat the migration. The migrator is resuming. This means the migrator stores the already ported data and does not import it twice. In theory you can press the buttons as often as you want.

Be sure that you disabled/uninstalled ALL Vm1.1 related plugins and modules.

Just install VM2 over VM1. Dont uninstall VM1, or you would lose your data. The VM2 installer package is also suitable for upgrading. You need not to fear that your database data gets lost. Of course you should have a backup for emergency problems (you may use akeeba backup).

The migrator does not look on plugins, components or modules. So when you have VM1 extensions, you need to check first if an update for this extension is available.

The best order is already used, when you use the option "all". It is just using all options from left to right. The sequel is media, shoppergroups, users, categories, manufacturerCategories, manufacturers, products, orders.

When you get an error while the migration process, nothing is lost. The tools provide buttons for this. Use the "Remove Virtuemart Tables" to delete all user generated data, after that use one of the migrationtools. The migrator is able to handle data which is already there. Because the migrator does not just copy the db data. The migrator gets the information of the old "_vm_" tables and adds them to VM2 using the VM2 models. This means for example, when your old products used the ids from 100-500, they will have the ids 1-401 in VM2.

The button "Reset all tables and install sampledata" deletes ALL "_virtuemart_" tables and reinstalls all tables and inserts the sample data. This is like a completly new install regarding the SQL. The button "Restore System Defaults" is kind of the opposite of "Remove Virtuemart Tables". It reinstalles all VM2 information, which is normally not user generated, this are states, countries, currency, orderstatus, adminmenu,...

When you have trouble and getting strange errors, please check if your toolbar.virtuemart.php is deleted.

Updated by Max Milbers over 12 years ago · 9 revisions