Hello Forum,
By the subject of this post, I am nervous about the upgrade I would like to perform this weekend. I read the upgrade instructions provided with the zip file, but it seems to easy. So, please read through my upgrade steps and point out any flaws.
Here is my DNN hosting environment configuration.
Host -- DiscountASP.net
DNN Version 04.08.02
Seperate SQL2005 database.
1st question..
I just copied the web.config file from the hosting server to my laptop. I found the validation and machine keys, the SiteSQLServer (I found this in two spots: AppSettings and ConnectionStrings), but where is the ObjectQualifier? I performed a find "ObjectQualifier" on the web.config and I only found one instance of this. Check below...
<data defaultProvider="SqlDataProvider">
<providers>
<clear />
<add name="SqlDataProvider" type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider" connectionStringName="SiteSqlServer" upgradeConnectionString="" providerPath="~\Providers\DataProviders\SqlDataProvider\" objectQualifier="" databaseOwner="dbo" />
</providers>
</data>
Should I be concerned about this? What is the ObjectQualifier anyway since the entery in my web.config is blank.
2nd questions... After looking at the contents of the 04.08.04 folder, I am concerned that if I copy the new contents, the existing contents I think I need to keep will be overwritten. For example, the Portals folder. If I look at the Portals folder located on the hosting server, I see 6 total folders. If this is the case, what folders should I copy to the hosting server or what folders should I exclude?
Finally....here are the upgrade steps..
1. Backup the SQL database
2. Copy the existing web.config file to my laptop, update the 4.8.4 release.config with my existing validation and machine keys and the SiteSQLServer connection string, copy the release.config to the hosting server and rename it to web.config
3. Copy the 04.08.04 code, etc... to the hosting server.....
4. Browse my default website.
Did I miss anything? I didn't copy the existing 4.8.2 code from the hosting account because I have that version zipped on my laptop if I need to re-install 4.8.2.
Thanks,
Jason