Do I have this process right?
- Copy in "Upgrade" source to a new directory on file system; Set Permissions
- Copy folders from portals/ directory (except default) from 3.x to 4.35
- Backup old database; Restore that backup to a new database
- Rename release.config file to web.config
- Copy in database connection string to two locations in web.config (change db name)
- Move comments (<!-- -->) around so that sql server express is eliminated and 2000/2005 is active, in web.config
- Copy validation key and encryption key from old web.config to new web.config
- Create a new website, per installation directions (point to new location, select run/execute, set app pool, change asp.net version to 2.0)
I did the steps like this and get the following errors during upgrade:
00:00:00.125 - Installing Version: 3.1.0
00:00:00.125 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.281 - Installing Script: DotNetNuke.Schema.SqlDataProvider Error! (seeC:\WebContent\dnn4\website\Providers\DataProviders\SqlDataProvider\DotNetNuke.Schema.log for more information)
00:00:11.625 - Installing Script: DotNetNuke.Data.SqlDataProvider Error! (seeC:\WebContent\dnn4\website\Providers\DataProviders\SqlDataProvider\DotNetNuke.Data.log for more information)
00:00:13.234 - Installing MemberRole Provider:
00:00:13.250 - Executing InstallCommon.sql
00:00:14.968 - Executing InstallMembership.sql
00:00:16.843 - Executing InstallProfile.sql
00:00:17.640 - Executing InstallRoles.sql
Error!
00:00:18.796 - Upgrading to Version: 3.1.1 Error! (seeC:\WebContent\dnn4\website\Providers\DataProviders\SqlDataProvider\03.01.01.log for more information)
00:00:23.203 - Upgrading to Version: 3.2.0 Success
00:00:23.421 - Upgrading to Version: 3.2.1 Error! (seeC:\WebContent\dnn4\website\Providers\DataProviders\SqlDataProvider\03.02.01.log for more information)
00:00:23.609 - Upgrading to Version: 3.2.2 Success
00:00:23.703 - Upgrading to Version: 3.2.3 Success
00:00:28.187 - Upgrading to Version: 3.2.4 Success
00:00:28.296 - Upgrading to Version: 3.2.5 Success
00:00:28.406 - Upgrading to Version: 3.2.6 Success
00:00:28.546 - Upgrading to Version: 3.2.7 Success
00:00:28.593 - Upgrading to Version: 3.3.0 Success
00:00:28.718 - Upgrading to Version: 3.3.1 Success
00:00:28.812 - Upgrading to Version: 3.3.2 Success
00:00:28.984 - Upgrading to Version: 3.3.3 Success
00:00:29.390 - Upgrading to Version: 4.0.0 Success
00:00:30.218 - Upgrading to Version: 4.0.1 Success
00:00:30.421 - Upgrading to Version: 4.0.2 Success
00:00:30.484 - Upgrading to Version: 4.0.3 Success
00:00:30.562 - Upgrading to Version: 4.0.4 Success
00:00:33.312 - Upgrading to Version: 4.0.5 Success
00:00:33.328 - Upgrading to Version: 4.0.6 Success
00:00:33.343 - Upgrading to Version: 4.0.7 Success
00:00:33.359 - Upgrading to Version: 4.3.0 Success
00:00:33.453 - Upgrading to Version: 4.3.1 Success
00:00:33.500 - Upgrading to Version: 4.3.2 Success
00:00:33.671 - Upgrading to Version: 4.3.3 Success
00:00:34.015 - Upgrading to Version: 4.3.4 Success
00:00:34.078 - Upgrading to Version: 4.3.5 Success
00:00:34.843 - Performing General Upgrades
00:00:36.671 - Loading Host Settings:
00:00:37.093 - Configuring SuperUser:
00:00:38.640 - Installing Modules:
00:00:38.718 - Executing Additional Scripts:
00:00:38.750 - Creating Portal: My Website
00:00:46.796 - Successfully Installed Portal 0:
00:00:46.796 - Installing Optional Resources:
When I try to log in afterwards, I get the default portal appearance, minus any content, and when I click login it does nothing (returns back a blank portal template). I can include those logs, if necessary, but I figured maybe I just did something wrong in my steps.
Please advise.
Thank you,
Alan