SRIRAM RAMACHANDRAN
SRIRAM RAMACHANDRAN

Reputation: 337

How to upgrade dotnetnuke with existing database table

I got a DOTNETNUKE project. I am new to DOTNETNUKE. My client has given me the files and folder with Database(say abc.mdf). I was said to upgrade their developed site from version 6 to latest version v7.0. The issue when upgrading is "How to map the latest version to existing Database?" ie: when I installed v7.0 in my system, it creates new database with 137 default tables. How am I supposed to map those 137 default tables, stored procedures, etc to existing database(abc.mdf) so that up-gradation happens easily with database.

I didn't find a proper solution for that.. Can anyone help me? Thanks in advance.

Upvotes: 1

Views: 222

Answers (2)

Keval Gangani
Keval Gangani

Reputation: 1328

No need to map any tables OR files from new version to old version. Just follow up below steps to upgrade DNN website from old to new one. Here is the reference link.

  1. Download 7.4.0 - Version Upgrade file from here.
  2. Extract downloaded Zip file to root of your existing old version of DNN website. It is replacing all your old files with new one.
  3. Run your website.
  4. When you run your website, it will be automatically redirect to Upgrade Wizard page.
  5. Just provide your HOST Username/Password and Click on Install button.
  6. Now it will start process of mapping your old database tables & store procedures with new one.
  7. After complete the process to 100%, click on Visit Website button.
  8. Done. Your website updated.

Please let me know if you have any questions.

Upvotes: 1

Chris Hammond
Chris Hammond

Reputation: 8943

DNN will do all that for you.

Extract the UPGRADE package over your existing site. Hit the site, login as host, run the Upgrade.

Upvotes: 0

Related Questions