Hi Sebastian,
I am trying to upgrade a DNN 3.2.2 site to latest DNN 4.9.4 version as per path you suggested. (3.2.2 ->4.03 -> 4.3.7 -> 4.4.1 -> 4.6.2 -> 4.9.4)
The site is upgraded successfully to 4.0.3 version. Now I am trying to upgrade it to 4.3.7 but its giving number of errors (Related to database). When i tried to compare the database then i noticed that there were number of tables,views and stored procedures were missing. The tables like userprofile,profilepropertydefination, lists etc ,number of views like,list,modules,folderpermission and stored proceudres to that were missing. Also i saw that the there were some fields in the users like isauthorised ,issecure field from the tab table were msising.
So i am wondering why these database changes were not done while upgradation or I did any mistake.
i did following steps for upgradation.
- i did changed the connectionString.
- Changed the machinekey and encryption key.
- set autoupgrade=false.in the appSettings..
- Added the installation date in the appSettings.
- Set the installationWizard=false in the appSettings.
Am i missing any step ? What could be reason that didnt upgrade the database changes ?
Your help will be really appreciated.
Thanks,
Hitesh Kapoor