How to upgrade from 2.0002 to 2.5003?

Posted By stringerbell Tue 6 Aug 2013
Add to Favorites1
Author Message
stringerbell
 Posted Tue 6 Aug 2013
Supreme Being

Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)Supreme Being - (4,661 reputation)

Group: Awaiting Activation
Last Active: Thu 8 May 2014
Posts: 1, Visits: 43
What's the correct and easiest way for upgrading versions without losing existing data?
We've added fields to some tables and modified some stored procedures for linking orders and users data to an external database, and losing all what has been made isn't an option.


We created a parallel installation in IIS7 for 2.5003 and tried connecting it to the existing database, by changing the connection string in web.config, but with no avail because it keeps firing up the installation wizard. How can we make the connection without using the wizard?

Do you have a comparative table of what changed from 2.0002 to 2.5003 database wise?


Thanks
Mart
 Posted Tue 6 Aug 2013
Top Banana

Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)Top Banana - (84,699 reputation)

Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148, Visits: 3,450
The install routine gets called based on code in the webconfig. You should see something like this...

<!-- IMPORTANT!! COMMENT OUT THE GLOBALIZATION TAG BELOW TO TRIGGER THE INSTALL ROUTINE        
You might also need to 'break' the KartrisSQLConnection above, so the db isn't found -->
<!--<globalization resourceProviderFactoryType="SqlResourceProviderFactory" culture="auto" uiCulture="auto" enableClientBasedCulture="true"/>-->


When you install kartris it uncomments the tag, and therefore the installer doesn't fire in future. So you can edit this manually to achieve the same result.
Tue 6 Aug 2013 by Mart
Paul
 Posted Tue 6 Aug 2013
große Käse

große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)große Käse - (449,244 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Have added some info on running upgrades here:

http://userguide.kartris.com/Default.aspx?headID=330

Generally for major versions we would remove all sprocs and recreate the latest ones. But the upgrading from v2.0002 to 2.5 should not do this, it will just change the sprocs that have changed. But obviously if you have changed ones which we're changing, you're going to have to remake those changes. Similarly with any pages or user controls you've modified directly.

It's unavoidable really, it's not technically possible to create updates which can magically tread around or merge whatever modifications a customer might have made with our own newer code.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top