Recently Microsoft released SharePoint 2010(May 12). It is right time to discuss the SharePoint 2010 migration. I would like to share best practice for before starting migration and migration steps for who are all working on MOSS 2007 to MOSS 2010 migration.

Before migration needs to verify your existing Moss 2007 form satisfies below criteria.

  1. You need to be sure the SharePoint 2007 farm is running SP2 or later (version 12.0.6421 == 2007 SP2) : Find more information about how to find and upgrade SharePoint 2007 version here
  2. Run the preupgradecheck command on the 2007 farm : Find more information about how to run preupgradecheck command here

You can find two different approaches to migrate your existing MOSS 2007 server.

  1. Installing the SharePoint 2010 on existing SharePoint 2007 installation(In-Place Upgrade): Here you are installing the SharePoint 2010 on existing server. Some disadvantage are it will upgrade the existing SharePoint 2007 server to SharePoint 2010 hence it is difficult to revert back until unless you have the backup.
  2. Installing the SharePoint 2010 on new server and migrate the content database to new server: In this approach you are installing the MOSS 2010 on new server. You can use the moss 2007 content database and migrate to new server as shown below,
    1. Find the content Database by opening the SharePoint 2007 form; Content database are listed under Central Admin->Application Management->Site Collection List
    2. Backup the content database, you could alternatively detach it, and copy it. Just doing a backup in SQL Server Management studio is easier.
    3. Restore content database to new server, Copy the BAK file to new server. Create an empty DB in Management Studio, restore from backup, you may need to change an option in the “options” tab of the restore dialog to get it to work. (Overwrite db).
    4. Create Web App on SharePoint 2010
    5. Remove Content Database from the new web app.
    6. Note: Now use STSADM to add restored DB to this web app c:\program files\common files\microsoft shared\web server extensions\14\bin on new server is where you can find the STSADM.
      Run below command, which will upgrade the content db to 2010 or you can use central admin to update the content database.

    7. stsadm -o addcontentdb -url http://yourwebapp:port -databasename yourcontentdb -databaseserver yoursqlserver
    8. Run ISSRESET from command prompt
    9. Deploy all the package and features used in SP 2007 server

Conclusion: Personally I prefer to use step2 (Migrating by copying content db to new server) and use the visual upgrade feature. Check plan visual upgrade for more information. Advantage is here your existing MOSS 2007 server won’t break because you are working on new SharePoint 2010 server.  Disadvantage is you need reconfigure the entire portal including central admin.

Similar Topics:

Tags:

how to migrate sharepoint 2010 to a new servermigrate sharepoint 2010 to new server