Well, the 4.8.0 release of DotNetNuke came out today, and some people are having some problems, so I figured I'd take the time to put together what I hope will be a short post with my professional opinion of how you should handle DNN upgrades. Here are some questions and thoughts you should have before you upgrade. Does the new release offer you features that you absolutely need? If you answer NO to this question, then step away, go work on something else.
If you answered yes then you need to start thinking about how you will upgrade.
How are you going to upgrade? My advised method would be to do the following.
- backup your site (files) and your database.
- restore these backups in a test environment, with a test URL.
- upgrade the test environment (see a previous post I made about upgrade steps)
- TEST TEST TEST, see what works, make sure nothing breaks. Some items that might break during an upgrade include
- Third Party Modules
- Core DNN Functionality
- Custom Functionality
- If your testing goes well, repeat Step 1 on your Production environment again.
- Upgrade your production site
- If all is well, you are golden, if something goes wrong with the Production upgrade Rollback to the backup you made in step 5 and then analyze what happened before you proceed
What are the most important steps above? #1 #1 #1
DNN has frequent releases, as large as the application is major releases do tend to cause problems, that is why there are frequent minor follow up releases. I'm a HUGE DNN Fan/user/developer/core team member so don't think I am knocking DNN in the least bit, but I tell everyone of my clients, NEVER upgrade a production site without testing it out first. I even recommend doing the above steps when you are upgrading or installing a new module, it is far better to be safe than to be sorry.
It really amazes me how many people see a new version of DNN available, immediately download it and upgrade a production environment, then complain when something breaks. You have to remember there are an infinite number of ways that DNN can be configured, from custom modules, database installs, to hosting environment peculiarities, many things that the DNN core team and beta testers couldn't possibly test for before a release. That is why you must do some testing yourself before you pull the trigger on any production site changes.
DotNetNuke 4.8.0 dropped today! Get it now from the Downloads page.
Here's a quick list of changes I pulled from the Change Log over on http://support.dotnetnuke.com/
| Performance |
Bug |
DNN-1553 |
PurgeEventLog is very slow |
| Admin / Host Functions |
Bug |
DNN-1009 |
Recycle Bin |
| Admin / Host Functions |
Bug |
DNN-3602 |
Scheduler update button adds additional records in Schedule table |
| Exception Management |
Bug |
DNN-5199 |
Poor design and performance in CBO.vb GetOrdinals function |
| Exception Management |
Bug |
DNN-5198 |
Poor design in critical path function CreateObject in CBO.vb |
| Admin / Host Functions |
Bug |
DNN-5344 |
Skin Preview on Page Settings, Host Settings |
| Performance |
Bug |
DNN-5432 |
Page state persistence set as memory stops user interaction with website |
| Admin / Host Functions |
Bug |
DNN-5548 |
Scheduler stop/start events being logged... |
| Performance |
Bug |
DNN-5639 |
Scheduled Task queries are slow |
| Localization / ML |
Bug |
DNN-6850 |
ControlTitle not localized if it's blank |
| Admin / Host Functions |
Bug |
DNN-6111 |
GetSchedule( TypeFullName,Server) returns incorrect NextStart date. |
| Localization / ML |
Bug |
DNN-6223 |
New options do not have help Text assigned |
| Installation / Upgrade |
Bug |
DNN-6241 |
Configure Database Connection\Test Database Connection |
| Admin / Host Functions |
Bug |
DNN-6702 |
Skin Designer bug |
| Friendly / Standard URLs |
Bug |
DNN-6713 |
HumanFriendlyUrls: Changing TabName or parent cause 404 |
| Friendly / Standard URLs |
Bug |
DNN-6716 |
Human Friendly Urls Not Working With Turkish Locale |
| Friendly / Standard URLs |
Bug |
DNN-6718 |
Humanfriendly URLs doesn't work sometimes with querystring parameters. |
| Admin / Host Functions |
Bug |
DNN-6819 |
getExternalRequest is broken after saving Host Settings |
| End User Functions |
Bug |
DNN-6820 |
self assigned Roles and RSVP requires log off and log on |
| Localization / ML |
Bug |
DNN-6700 |
Errors during adding locale not 'catched' |
| Admin / Host Functions |
Bug |
DNN-6894 |
Error in Security Roles when in "Textbox" mode |
| Core Modules |
Bug |
DNN-6731 |
Problem with the Account Login module and Friendly Url's |
| File Manager |
Bug |
DNN-6756 |
Scheduled File Synchronization |
| Control Panel |
Bug |
DNN-6762 |
'Page Functions' and 'Common Tasks' tables dont center properly in firefox 2.0.0.9 |
| RSS |
Bug |
DNN-6769 |
DotNetNuke.Services.Syndication.RssHandler.GetRssItem() generates wrong links |
| Admin / Host Functions |
Bug |
DNN-6770 |
DotNetNuke.Common.Utilities.SiteMap.BuildSiteMap() generates wrong URL. |
| Installation / Upgrade |
Bug |
DNN-6741 |
Errors in scripts when databaseowner not dbo |
| Admin / Host Functions |
Bug |
DNN-6744 |
Can't create new Portal, if Alias is Subdomain |
| Admin / Host Functions |
Bug |
DNN-6747 |
No dll when creating module package. |
| Admin / Host Functions |
Bug |
DNN-6780 |
Token Replacement no longer working |
| Admin / Host Functions |
Bug |
DNN-6795 |
Email notification sent when user is deleted |
| Friendly / Standard URLs |
Bug |
DNN-6708 |
HumanFriendly Urls breaks search (at least sometimes) |
| Admin / Host Functions |
Bug |
DNN-6709 |
Host File Manager |
| Performance |
Bug |
DNN-6817 |
Bug Server Specific Schedules |
| Admin / Host Functions |
Bug |
DNN-6818 |
Schedule History "Duration" column is mislabeled |
| General |
Bug |
DNN-6824 |
TokenReplace emits wrong message if access restricted |
| Templates |
Bug |
DNN-6830 |
Creating new pages adds multiple duplicate modules. |
| Admin / Host Functions |
Bug |
DNN-6786 |
Friendly URL Rules - can save blank record |
| Admin / Host Functions |
Bug |
DNN-6801 |
DeleteUser fails if user has been assigned permissions |
| General |
Bug |
DNN-6811 |
AJAX not enabled for SkinObjects |
| Admin / Host Functions |
Bug |
DNN-6864 |
Scheduler errors in event log after installation |
| Admin / Host Functions |
Bug |
DNN-6774 |
Submit Sitemap error |
| Security |
Bug |
DNN-6881 |
Logoff redirects to home |
| Admin / Host Functions |
Bug |
DNN-6773 |
Unneccessary Exceptions in FillModuleInfo and FillTabInfo |
| Admin / Host Functions |
Bug |
DNN-6810 |
Pane Container attributes removed before all modules processed |
| Exception Management |
Bug |
DNN-6855 |
Moving dnn:ACTIONS in container crashes error handling |
| Performance |
Bug |
DNN-6845 |
Moving Viewstate consumes Memory |
| Performance |
Bug |
DNN-6846 |
Unneccessary Actions are added to the Actions collection |
| Admin / Host Functions |
Bug |
DNN-6660 |
url tracking not working for links to internal tabs using linkclick |
| Installation / Upgrade |
Bug |
DNN-6752 |
Installation stalls with bad db user |
| Data Access (DAL) |
Bug |
DNN-6784 |
GetPortalRoles sproc is incorrect |
| Admin / Host Functions |
Bug |
DNN-6788 |
Newsletter: Language filter correction |
| UI / Usability |
Enhancement |
DNN-6825 |
Enable LanguageSelector Control to handle Languages and Locales |
| Admin / Host Functions |
Enhancement |
DNN-6771 |
DotNetNuke.Common.Utilities.SiteMap.BuildSiteMap() generates obsolete URLSET element |
| Dependencies |
Enhancement |
DNN-6743 |
IIS7 Integrated Pipeline support |
| Security |
Enhancement |
DNN-6857 |
ensure browsers do not remember sensitive data such as usernames and password |
| Localization / ML |
Enhancement |
DNN-6405 |
Localization.GetString throws NullReferenceException when key is nothing |
| Admin / Host Functions |
Enhancement |
DNN-733 |
Newsletters - Send Action |
| Admin / Host Functions |
Task |
DNN-5498 |
Outdated Text added to GlobaslResources.resx |
| Admin / Host Functions |
Task |
DNN-5544 |
typo in EditProfileDefinition.ascx.resx in Introduction_Add.Help |
| Admin / Host Functions |
Task |
DNN-5496 |
Spelling Issue SQL |
| Release Packaging |
Task |
DNN-6045 |
GeoIP file is outdated |
| Localization / ML |
Task |
DNN-6499 |
"PasswordRetrievalDisabled" missing in resource file |
Tonight we released the latest version of Engage Publish, 4.4.4 (12/9/2007). This release has a few minor bug fixes, a few UI improvements, and some enhanced features!
Here's a brief overview of the changes for 4.4.4. Be sure to read about all of the changes in the Release Notes for 4.4.4.
Corrected some globization issues with dates
Enhanced Article's Version Description
Corrected issue with PrinterFriendly page
Corrected a globalization with Language urls
Upgrade Instructions: Backup your database before performing ANY module installations or upgrades. Install the module as you would a new module from the Module Definitions page. The module should upgrade itself from there. If you have any installation problems be sure to post in our Forums on EngageModules.com
Engage: Publish is the industry's leading Content Management Versioning and Workflow module for the DotNetNuke platform. The module is developed by the team at Engage Software, you can find out more information about the module on the Engage: Publish page at EngageModules.com.