Upgrading from SharePoint 2007 to SharePoint 2010 by Content Database Attachment
The following steps explain how to upgrade to SharePoint 2010 by content database attachment.
Note: These steps assume that you have a WSS3 environment with Workflow installed.
- Upgrade Workflow by using the latest WSS3 installer on your current WSS3 installation.
- Run the prescan.exe SharePoint tool on your installation with the appropriate options (prescan/all and possibly prescan /fixlocalhost).
- Detach the sharevis database and save the data files.
- Detach the SharePoint content database and save the data files.
- Detach the SharePoint configuration database and save the data files.
- Uninstall Winshuttle Workflow by using the installer.
- Uninstall SharePoint 2007 with Add or Remove Programs.
- Install SharePoint using the SharePoint 2010 installer.
- In SharePoint Central Administration, go to Application Management and click on Create or extend Web application.
- Go through the steps to create a new Web application.
- Create a site collection at the root.
- Install Workflow using the appropriate installer for your environment.
- Detach the sharevis database and delete if desired.
- Remove the content database using SharePoint Central Administration.
- Detach the content database and delete if desired.
- Use the addcontentdb operation in stsadm to attach the old content database.
For example:
stsadm -o addcontentdb -url http://<server> -databasename
<content database> -databaseserver <database server>
- Attach the old sharevis database.
- Ensure that all authentication credentials are correct in sharevis.config.
- Merge all custom entries from your old plugindesc.xml to your new one, if applicable.