Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 5.69 KB

File metadata and controls

45 lines (39 loc) · 5.69 KB
uid locale title dnnversion
setup-upgrades-suggested-upgrade-path
en
DNN Platform Suggested Upgrade Path
09.04.03

DNN Platform Suggested Upgrade Path

Following is the recommend upgrade path for DNN Platform based on experiences of many DNN Community members.

Warning

While the below has been tested and used successfully, there are no guarantees. Each upgrade scenario can result in unique complexities and challenges. Therefore, each upgrade should be treated with full context in mind. For common best-practices, please use these basic upgrade steps to provide guidance.

The below is, of course, subject to change. If your current version of DNN Platform is between any of the versions listed below, first upgrade to the closest listed version. For instance, if you are starting with version 09.02.00, you should upgrade first to version 09.03.02.

FROM Version TO Version
02.00.04 02.01.02
02.01.02 03.01.01
03.01.01 03.02.02
03.02.02 04.03.07
04.03.07 04.04.01
04.04.01 04.06.02
04.06.02 04.09.05
04.09.05 05.04.04
05.04.04 05.06.08
05.06.08 06.02.08
06.02.08 07.04.02
07.04.02 08.00.04
08.00.04 09.01.01
09.01.01 09.03.02
09.03.02 09.06.01

Tip

Upgrade Notes: DotNetNuke has been around since 2002, and in that time has had a number of changes which can complicate matters during the process of upgrading through different versions. These include:

Requirements Changes & Prerequisites

  • The changeover from DNN 3.x to DNN 4.x - DNN 3.x used ASP.NET 1.1, whereas DNN 4.x and above require ASP.NET 2.0
  • Editions prior to 4.6.2 - Prior to 4.6.2 site admins had to manually merge a number of key fields in web.config such as the machinekey and both connection strings. With 4.6.2 DotNetNuke introduced functionality known as xmlmerge which automatically does the web.config merging on your behalf.
  • 3.02.02 - 4.03.07 - Please refer to the Detailed installation guide "Upgrade to DotNetNuke 4.x chapter". This blog post also contains information about upgrading from 3.2.2. to 4.x: Preparing for an upgrade
  • DotNetNuke 5.2 - This version introduced the requirement for SQL 2005 and ASP.NET 3.5 SP1
  • When upgrading from a version before 5.3.0 to after 5.3.0, you may encounter this error during the upgrade: “Type 'Web.HttpResponse' is not defined.” This error primarily occurs if an the XML module is already installed. To prevent this, please check PRIOR to upgrading if the XML module is installed in your DotNetNuke version. If it is installed, please upgrade it PRIOR to upgrading DotNetNuke to version 4.3.5, available on DNN.XML Module on GitHub
  • With the 7.0 release DotNetNuke has some additional changed pre-requisites, please see the DNN 7 Developer Quick Start for further details.
  • In DNN 9.2.0, multiple APIs were removed that were marked deprecated in DNN 7 and before. Most of the core modules have been updated since and you can find them at https://github.com/dnncommunity. If you have other modules installed, please check for updates before upgrading to DNN 9.2.0 or later
  • DNN 9.4.0 introduced a minimum requirement of ASP.NET 4.7.2