开发者

Migrating data from one DotNetNuke portal to another

开发者 https://www.devze.com 2023-02-01 22:09 出处:网络
I have a pretty old DotNetNuke installation which is broken (in more than one way) and won\'t let me upgrade. I\'ve set up a new installation and want to move the content. The old portal has a massive

I have a pretty old DotNetNuke installation which is broken (in more than one way) and won't let me upgrade. I've set up a new installation and want to move the content. The old portal has a massive a开发者_如何转开发mount of data, so moving it manually will take very long.

Is there any way of migrating between portals without manually copying?

I know tools exist to do this between SharePoint portals.

I'm capable of doing SQL and even writing a few lines of code if required.


It depends on where your data is stored. Some modules will implement the "Portable" feature, which means that you can export them with content. However, there's not even a great way to export all of your content at once. You can export a portal template (from Host -> Portals), but if you're upgrading a lot of versions, the new version won't be able to handle the old version.

If your information is in a lot of different modules that don't support the "Portable" feature, you'll need to consider each of those modules separately (probably doing some sort of SQL export specific to each module).


I'm facing this issue now. PokerDIY.com has a massive amount of user-dependant data but runs like a dog. I want to start fresh on DNN 7.1 with a clean install and move the relevant data across and make new pages and content. (I guess by not moving the modules and tabs across it is a bit easier).

Considering the Users will get a new UserID I will have to use email address to map any table with a USerID from the old DB to the new one... this is going to be no small task ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消