IMG-LOGO

How to upgrade your DNN website?

andy - 24 Oct, 2017 3532 Views 0 Comment

To upgrade your DNN website is pretty easy. You can follow the following steps to upgrade your DNN website.

  1. Backup your database file.

    If you have access to your database server, you can do a backup via SQL Management Studio. Under the database tree, Simply right click on the database of your DNN site and select Task > Back up. Specify where you want to save the backup file.

  2. Backup your website files.

    Make sure you zip all the files and keep a copy of this.

  3. If you do not have the access for Step 1 and Step 2, you can ask your site administrator to do this for. Usually, if you host your site, you should have an access to Control Panel via website to perform those backup.

  4. Download the DNN Upgrade file. Remember when you download the DNN file, there are two types of files to download available. One is for the installation file and the other one is for upgrade file. So make sure you select the correct file to download. Note: you will need to download a DNN upgrade version which is larger than your current DNN site. To check your current DNN version, you can log in as superuser account and go to Host > Host Settings.

  5. Unzip the upgrade files and copy the files into your DNN root folder. Then open your browser and type in your website URL. It may take a while, do not worry. You will then be asked to enter your super account login details to process. The installation should take couple minutes. Once it is successful to upgrade, it should redirect you to the homepage of your site.

  6. Once the upgrade is complete, make sure you check if all pages and modules still work. The reason why you need to do so because some custom modules may not work to the newer version. It all depends on how the vendor creates and build their modules. If there is incompatibility issue, you may have to contact them.

If there is an issue during the upgrade, simply stop the site and restore the database and website files. There is an alternative easy option, if you do not mind to spend some money, you can use the following module to perform the upgrade, clone, and back up to your site. Check the module in DNN Store.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Blogs

How to change copyright text in DNN?

In this article, I am going to show you how to change the copyright text in DNN. Usually, a copyright text is located under the footer of the site template.

Related Tutorials

Create your first DNN module extension

In this tutorial you will learn how to create your first DNN module This will be a basic module that will display Hello World You will learn also how to get a module setting and save the value into module ...

How to Install DotNetNuke?

This tutorial would be a good start for DNN newbie I have attached screenshots to help you on how to install the DotNetNuke step by step You can try this in your local computer first before installing it on live ...

What is DNN?

DNN is an open source web content management system based on Microsoft Net It was written in VB Net but it has been fully migrated to C since version 6 0 There are three versions available for DNN which are ...

How to install module extension in DotNetNuke?

What is actually a module extension in DNN A module extension can be considered as plugin program that you can install on your site Just imagine you have a car and you want to add a new sound system to ...

How to create a simple skin in DNN?

Learn how to create your first new skin template in DNN. You will also learn what are required to create the DNN skin template and what is the structure of the template looks like.