We recently received a SQL Server backup and a backup for site files to setup on our testing environment.
After setting everything up correctly, pointing the web.config file to our database server, and adding our IP to the PortalAlias table, I browse to the site to find that it needs to upgrade? The upgrade process reports the following:
Current Assembly Version: 5.01.00
Current Database Version: 04.09.04
Note: When I browse to the LIVE site and login as host, the host settings state that the version of DNN is 04.09.00.
If I run through the upgrade process on our testing environment, I receive the following
Upgrade Status Report
00:00:00.015 - Upgrading to Version: 05.01.00
00:00:00.171 - Executing Script: 05.00.00.SqlDataProvider Success
00:00:01.875 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:02.218 - Executing Script: 05.01.00.SqlDataProvider
Error! (see 05.01.00.log for more information)
00:00:03.750 - Executing Application Upgrades: 05.00.00 Success
00:00:06.969 - Executing Application Upgrades: 05.00.01 Success
00:00:06.984 - Executing Application Upgrades: 05.01.00 Success
00:00:08.891 - Cleaning Up Files: 05.00.00 Success
00:00:08.891 - Cleaning Up Files: 05.00.01 Success
00:00:08.891 - Cleaning Up Files: 05.01.00 Success
00:00:08.891 - Updating Config Files: 05.00.00 Success
00:00:08.891 - Updating Config Files: 05.00.01 Success
00:00:08.891 - Updating Config Files: 05.01.00 Success
00:00:08.891 - Performing General Upgrades
00:00:09.828 - Installing Optional Modules:
00:00:09.828 - Installing Optional Skins:
00:00:09.828 - Installing Optional Containers:
00:00:09.828 - Installing Optional Languages:
00:00:09.828 - Installing Optional Providers:
00:00:09.828 - Installing Optional AuthSystems:
00:00:09.828 - Installing Optional Packages:
Upgrade Complete
After upgrading the site, if/when I can log in as Host, the site states that it is running DNN 04.09.00.
Has anyone seen this before?