Performing a WSS 2.0 migration upgrade to WSS 3.0 as part of the TFS 2010 migration upgrade experience

 

I am writing this post as I have got a lot of people who wanted a post on this scenario.

 

So here it goes. I will be referring you to the steps in my earlier post on performing a side-by-side upgrade from WSS 2.0 to WSS 3.0 for TFS 2008 posted here.

Here is what you need to do:

#1 Run the pre-scan tool for WSS 3.0 on the WSS 2.0 machine

Download the WSS 3.0 Pre-Scan tool from the download center:
https://www.microsoft.com/downloads/details.aspx?FamilyID=e8a00b1f-6f45-42cd-8e56-e62c20feb2f1&DisplayLang=en

Open a command prompt windows & change to the folder where you have downloaded the pre-scan tool. Run the pre-scan tool as:
PreScan /ALL

#2 Take a backup of the WSS 2.0 content database

#3 Restore the backup to the SQL machine for your TFS 2010 server

#4 Install and configure WSS 3.0 with SP2 on the TFS 2010 machine. You have to select advanced and server farm options during the installation process for WSS 3.0. Post installation you have to run the SharePoint Products and technology wizard to configure SharePoint. (follow guidance in step 7 & 8 in https://blogs.msdn.com/b/lakhminder/archive/2008/07/08/upgrading-wss-2-0-to-wss-3-0-after-a-tfs-upgrade.aspx)

#5 Extend the default web site with a temporary contentdb(step 9 in https://blogs.msdn.com/b/lakhminder/archive/2008/07/08/upgrading-wss-2-0-to-wss-3-0-after-a-tfs-upgrade.aspx).

#6 Un-attach the temporary content db and attach the restored db from #3 above (This is covered in step 10 in https://blogs.msdn.com/b/lakhminder/archive/2008/07/08/upgrading-wss-2-0-to-wss-3-0-after-a-tfs-upgrade.aspx)

That’s it, from this point on you can use the TFS 2010 upgrade wizard and include SharePoint as part of the upgrade experience.